@genesislcap/foundation-entity-management 14.88.0 → 14.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +749 -749
  2. package/package.json +14 -14
@@ -767,55 +767,6 @@
767
767
  }
768
768
  ]
769
769
  },
770
- {
771
- "kind": "javascript-module",
772
- "path": "src/layouts/default.ts",
773
- "declarations": [
774
- {
775
- "kind": "variable",
776
- "name": "loginLayout",
777
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
778
- },
779
- {
780
- "kind": "variable",
781
- "name": "defaultLayout",
782
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
783
- }
784
- ],
785
- "exports": [
786
- {
787
- "kind": "js",
788
- "name": "loginLayout",
789
- "declaration": {
790
- "name": "loginLayout",
791
- "module": "src/layouts/default.ts"
792
- }
793
- },
794
- {
795
- "kind": "js",
796
- "name": "defaultLayout",
797
- "declaration": {
798
- "name": "defaultLayout",
799
- "module": "src/layouts/default.ts"
800
- }
801
- }
802
- ]
803
- },
804
- {
805
- "kind": "javascript-module",
806
- "path": "src/layouts/index.ts",
807
- "declarations": [],
808
- "exports": [
809
- {
810
- "kind": "js",
811
- "name": "*",
812
- "declaration": {
813
- "name": "*",
814
- "package": "./default"
815
- }
816
- }
817
- ]
818
- },
819
770
  {
820
771
  "kind": "javascript-module",
821
772
  "path": "src/list/index.ts",
@@ -1203,348 +1154,452 @@
1203
1154
  },
1204
1155
  {
1205
1156
  "kind": "javascript-module",
1206
- "path": "src/profiles/editProfileSchema.ts",
1157
+ "path": "src/layouts/default.ts",
1207
1158
  "declarations": [
1208
1159
  {
1209
1160
  "kind": "variable",
1210
- "name": "editProfileFormSchema",
1211
- "type": {
1212
- "text": "object"
1213
- },
1214
- "default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
1161
+ "name": "loginLayout",
1162
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1163
+ },
1164
+ {
1165
+ "kind": "variable",
1166
+ "name": "defaultLayout",
1167
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1215
1168
  }
1216
1169
  ],
1217
1170
  "exports": [
1218
1171
  {
1219
1172
  "kind": "js",
1220
- "name": "editProfileFormSchema",
1173
+ "name": "loginLayout",
1221
1174
  "declaration": {
1222
- "name": "editProfileFormSchema",
1223
- "module": "src/profiles/editProfileSchema.ts"
1175
+ "name": "loginLayout",
1176
+ "module": "src/layouts/default.ts"
1177
+ }
1178
+ },
1179
+ {
1180
+ "kind": "js",
1181
+ "name": "defaultLayout",
1182
+ "declaration": {
1183
+ "name": "defaultLayout",
1184
+ "module": "src/layouts/default.ts"
1224
1185
  }
1225
1186
  }
1226
1187
  ]
1227
1188
  },
1228
1189
  {
1229
1190
  "kind": "javascript-module",
1230
- "path": "src/profiles/profiles.ts",
1191
+ "path": "src/layouts/index.ts",
1192
+ "declarations": [],
1193
+ "exports": [
1194
+ {
1195
+ "kind": "js",
1196
+ "name": "*",
1197
+ "declaration": {
1198
+ "name": "*",
1199
+ "package": "./default"
1200
+ }
1201
+ }
1202
+ ]
1203
+ },
1204
+ {
1205
+ "kind": "javascript-module",
1206
+ "path": "src/main/index.ts",
1207
+ "declarations": [],
1208
+ "exports": [
1209
+ {
1210
+ "kind": "js",
1211
+ "name": "*",
1212
+ "declaration": {
1213
+ "name": "*",
1214
+ "package": "./main.template"
1215
+ }
1216
+ },
1217
+ {
1218
+ "kind": "js",
1219
+ "name": "*",
1220
+ "declaration": {
1221
+ "name": "*",
1222
+ "package": "./main"
1223
+ }
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ "kind": "javascript-module",
1229
+ "path": "src/main/main.styles.ts",
1230
+ "declarations": [
1231
+ {
1232
+ "kind": "variable",
1233
+ "name": "MainStyles",
1234
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1235
+ }
1236
+ ],
1237
+ "exports": [
1238
+ {
1239
+ "kind": "js",
1240
+ "name": "MainStyles",
1241
+ "declaration": {
1242
+ "name": "MainStyles",
1243
+ "module": "src/main/main.styles.ts"
1244
+ }
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "kind": "javascript-module",
1250
+ "path": "src/main/main.template.ts",
1251
+ "declarations": [],
1252
+ "exports": []
1253
+ },
1254
+ {
1255
+ "kind": "javascript-module",
1256
+ "path": "src/main/main.ts",
1231
1257
  "declarations": [
1232
1258
  {
1233
1259
  "kind": "class",
1234
- "description": "Main class which defined the profile management functionality",
1235
- "name": "Profiles",
1260
+ "description": "",
1261
+ "name": "MainApplication",
1236
1262
  "members": [
1237
- {
1238
- "kind": "method",
1239
- "name": "readProfileData",
1240
- "privacy": "public",
1241
- "parameters": [
1242
- {
1243
- "name": "profile"
1244
- }
1245
- ]
1246
- },
1247
- {
1248
- "kind": "method",
1249
- "name": "confirmDelete",
1250
- "inheritedFrom": {
1251
- "name": "EntityManagement",
1252
- "module": "src/entities/entities.ts"
1253
- }
1254
- },
1255
1263
  {
1256
1264
  "kind": "field",
1257
- "name": "createEvent",
1265
+ "name": "config",
1258
1266
  "type": {
1259
- "text": "string"
1260
- },
1261
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1262
- "privacy": "public",
1263
- "inheritedFrom": {
1264
- "name": "EntityManagement",
1265
- "module": "src/entities/entities.ts"
1267
+ "text": "MainRouterConfig"
1266
1268
  }
1267
1269
  },
1268
1270
  {
1269
1271
  "kind": "field",
1270
- "name": "deleteEvent",
1272
+ "name": "connect",
1271
1273
  "type": {
1272
- "text": "string"
1273
- },
1274
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1275
- "privacy": "public",
1276
- "inheritedFrom": {
1277
- "name": "EntityManagement",
1278
- "module": "src/entities/entities.ts"
1274
+ "text": "Connect"
1279
1275
  }
1280
1276
  },
1281
1277
  {
1282
1278
  "kind": "field",
1283
- "name": "updateEvent",
1279
+ "name": "session",
1284
1280
  "type": {
1285
- "text": "string"
1286
- },
1287
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1288
- "privacy": "public",
1289
- "inheritedFrom": {
1290
- "name": "EntityManagement",
1291
- "module": "src/entities/entities.ts"
1281
+ "text": "Session"
1292
1282
  }
1293
1283
  },
1294
1284
  {
1295
1285
  "kind": "field",
1296
- "name": "persistColumnStateKey",
1286
+ "name": "container",
1297
1287
  "type": {
1298
- "text": "string"
1299
- },
1300
- "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
1301
- "privacy": "public",
1302
- "default": "'entity_profiles_management'",
1303
- "inheritedFrom": {
1304
- "name": "EntityManagement",
1305
- "module": "src/entities/entities.ts"
1288
+ "text": "Container"
1306
1289
  }
1307
1290
  },
1308
1291
  {
1309
1292
  "kind": "field",
1310
- "name": "updateFormUiSchema",
1293
+ "name": "provider",
1311
1294
  "type": {
1312
1295
  "text": "any"
1313
- },
1314
- "default": "editProfileFormSchema",
1315
- "inheritedFrom": {
1316
- "name": "EntityManagement",
1317
- "module": "src/entities/entities.ts"
1318
1296
  }
1319
1297
  },
1320
1298
  {
1321
1299
  "kind": "field",
1322
- "name": "createFormUiSchema",
1300
+ "name": "ready",
1323
1301
  "type": {
1324
- "text": "any"
1302
+ "text": "boolean"
1325
1303
  },
1326
- "default": "editProfileFormSchema",
1327
- "inheritedFrom": {
1328
- "name": "EntityManagement",
1329
- "module": "src/entities/entities.ts"
1330
- }
1304
+ "default": "false"
1331
1305
  },
1332
1306
  {
1333
1307
  "kind": "field",
1334
- "name": "readEventFn",
1308
+ "name": "data",
1335
1309
  "type": {
1336
- "text": "(...args) => {}"
1310
+ "text": "any"
1337
1311
  },
1338
- "inheritedFrom": {
1339
- "name": "EntityManagement",
1340
- "module": "src/entities/entities.ts"
1341
- }
1312
+ "default": "null"
1342
1313
  },
1343
1314
  {
1344
- "kind": "field",
1345
- "name": "resourceName",
1346
- "type": {
1347
- "text": "string"
1348
- },
1349
- "description": "Name of the backend resource which contain the entities to manage",
1350
- "privacy": "public",
1351
- "default": "'ALL_PROFILES'",
1352
- "inheritedFrom": {
1353
- "name": "EntityManagement",
1354
- "module": "src/entities/entities.ts"
1355
- }
1315
+ "kind": "method",
1316
+ "name": "onLuminanceToggle"
1356
1317
  },
1357
1318
  {
1358
- "kind": "field",
1359
- "name": "title",
1360
- "type": {
1361
- "text": "string"
1362
- },
1363
- "description": "Title of the grid",
1364
- "privacy": "public",
1365
- "default": "'Profile Management'",
1366
- "inheritedFrom": {
1367
- "name": "EntityManagement",
1368
- "module": "src/entities/entities.ts"
1369
- }
1319
+ "kind": "method",
1320
+ "name": "loadRemotes"
1370
1321
  },
1371
1322
  {
1372
- "kind": "field",
1373
- "name": "entityLabel",
1374
- "type": {
1375
- "text": "string"
1376
- },
1377
- "default": "'Profile'",
1378
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1379
- "privacy": "public",
1380
- "inheritedFrom": {
1381
- "name": "EntityManagement",
1382
- "module": "src/entities/entities.ts"
1383
- }
1323
+ "kind": "method",
1324
+ "name": "selectTemplate"
1384
1325
  },
1385
1326
  {
1386
- "kind": "field",
1387
- "name": "connect",
1388
- "type": {
1389
- "text": "Connect"
1390
- },
1391
- "privacy": "protected",
1392
- "description": "DI connect object which is used to interact with the backend.",
1393
- "inheritedFrom": {
1394
- "name": "EntityManagement",
1395
- "module": "src/entities/entities.ts"
1396
- }
1397
- },
1327
+ "kind": "method",
1328
+ "name": "registerDIDependencies",
1329
+ "privacy": "private"
1330
+ }
1331
+ ],
1332
+ "superclass": {
1333
+ "name": "FASTElement",
1334
+ "package": "@microsoft/fast-element"
1335
+ },
1336
+ "customElement": true
1337
+ }
1338
+ ],
1339
+ "exports": [
1340
+ {
1341
+ "kind": "js",
1342
+ "name": "MainApplication",
1343
+ "declaration": {
1344
+ "name": "MainApplication",
1345
+ "module": "src/main/main.ts"
1346
+ }
1347
+ },
1348
+ {
1349
+ "kind": "custom-element-definition",
1350
+ "declaration": {
1351
+ "name": "MainApplication",
1352
+ "module": "src/main/main.ts"
1353
+ }
1354
+ }
1355
+ ]
1356
+ },
1357
+ {
1358
+ "kind": "javascript-module",
1359
+ "path": "src/routes/config.ts",
1360
+ "declarations": [],
1361
+ "exports": []
1362
+ },
1363
+ {
1364
+ "kind": "javascript-module",
1365
+ "path": "src/routes/index.ts",
1366
+ "declarations": [],
1367
+ "exports": [
1368
+ {
1369
+ "kind": "js",
1370
+ "name": "*",
1371
+ "declaration": {
1372
+ "name": "*",
1373
+ "package": "./config"
1374
+ }
1375
+ }
1376
+ ]
1377
+ },
1378
+ {
1379
+ "kind": "javascript-module",
1380
+ "path": "src/users/users.template.ts",
1381
+ "declarations": [
1382
+ {
1383
+ "kind": "variable",
1384
+ "name": "UsersTemplate",
1385
+ "type": {
1386
+ "text": "ViewTemplate"
1387
+ },
1388
+ "default": "html<Users>`\n <entity-management\n resourceName=${(x) => x.resourceName}\n title=\"User Management\"\n entityLabel=\"User\"\n createEvent=\"${(x) => x.createEvent}\"\n :readEventFn=${(x) => (user) => x.readUserData(user)}\n updateEvent=\"${(x) => x.updateEvent}\"\n deleteEvent=\"${(x) => x.deleteEvent}\"\n entityLabel=\"User Details\"\n :updateFormUiSchema=${(x) =>\n editUserSchema(\n true,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalUpdateFields,\n )}\n :createFormUiSchema=${(x) =>\n editUserSchema(\n false,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalCreateFields,\n )}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit\n :columns=${(x) => [...x.columns, ...x.entityColumn(), x.statusColumn()]}\n :datasourceConfig=${(x) => x.datasourceConfig}\n ></entity-management>\n`"
1389
+ }
1390
+ ],
1391
+ "exports": [
1392
+ {
1393
+ "kind": "js",
1394
+ "name": "UsersTemplate",
1395
+ "declaration": {
1396
+ "name": "UsersTemplate",
1397
+ "module": "src/users/users.template.ts"
1398
+ }
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "kind": "javascript-module",
1404
+ "path": "src/users/users.ts",
1405
+ "declarations": [
1406
+ {
1407
+ "kind": "variable",
1408
+ "name": "UsersColumnConfig",
1409
+ "type": {
1410
+ "text": "array"
1411
+ },
1412
+ "default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
1413
+ "description": "Defines the default columns which are present on the user management component",
1414
+ "privacy": "public"
1415
+ },
1416
+ {
1417
+ "kind": "class",
1418
+ "description": "Main class which defines the user management functionality",
1419
+ "name": "Users",
1420
+ "members": [
1398
1421
  {
1399
1422
  "kind": "field",
1400
- "name": "readEvent",
1423
+ "name": "persistColumnStateKey",
1401
1424
  "type": {
1402
1425
  "text": "string"
1403
1426
  },
1404
- "inheritedFrom": {
1405
- "name": "EntityManagement",
1406
- "module": "src/entities/entities.ts"
1407
- }
1427
+ "default": "'entity_users_management'",
1428
+ "description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
1429
+ "privacy": "public"
1408
1430
  },
1409
1431
  {
1410
1432
  "kind": "field",
1411
- "name": "readonly",
1433
+ "name": "columns",
1412
1434
  "type": {
1413
- "text": "boolean"
1435
+ "text": "any"
1414
1436
  },
1415
- "inheritedFrom": {
1416
- "name": "EntityManagement",
1417
- "module": "src/entities/entities.ts"
1418
- }
1437
+ "default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
1438
+ "description": "Column definition, default to the UsersColumnConfig"
1419
1439
  },
1420
1440
  {
1421
1441
  "kind": "field",
1422
- "name": "asyncAdd",
1442
+ "name": "additionalCreateFields",
1423
1443
  "type": {
1424
- "text": "boolean"
1444
+ "text": "any"
1425
1445
  },
1426
- "default": "false",
1427
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1428
- "privacy": "public",
1429
- "inheritedFrom": {
1430
- "name": "EntityManagement",
1431
- "module": "src/entities/entities.ts"
1432
- }
1446
+ "default": "[]"
1433
1447
  },
1434
1448
  {
1435
1449
  "kind": "field",
1436
- "name": "asyncRemove",
1450
+ "name": "additionalUpdateFields",
1437
1451
  "type": {
1438
- "text": "boolean"
1452
+ "text": "any"
1439
1453
  },
1440
- "default": "false",
1441
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1442
- "privacy": "public",
1443
- "inheritedFrom": {
1444
- "name": "EntityManagement",
1445
- "module": "src/entities/entities.ts"
1446
- }
1454
+ "default": "[]"
1447
1455
  },
1448
1456
  {
1449
1457
  "kind": "field",
1450
- "name": "asyncUpdate",
1458
+ "name": "allAccessType",
1451
1459
  "type": {
1452
1460
  "text": "boolean"
1453
- },
1454
- "default": "true",
1455
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1456
- "privacy": "public",
1457
- "inheritedFrom": {
1458
- "name": "EntityManagement",
1459
- "module": "src/entities/entities.ts"
1460
1461
  }
1461
1462
  },
1462
1463
  {
1463
1464
  "kind": "field",
1464
- "name": "enableCellFlashing",
1465
+ "name": "entityIdValue",
1465
1466
  "type": {
1466
- "text": "boolean"
1467
+ "text": "string"
1467
1468
  },
1468
- "default": "false",
1469
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1470
- "privacy": "public",
1471
- "inheritedFrom": {
1472
- "name": "EntityManagement",
1473
- "module": "src/entities/entities.ts"
1474
- }
1469
+ "privacy": "private"
1475
1470
  },
1476
1471
  {
1477
1472
  "kind": "field",
1478
- "name": "enableRowFlashing",
1473
+ "name": "createEvent",
1479
1474
  "type": {
1480
- "text": "boolean"
1475
+ "text": "string"
1481
1476
  },
1482
- "default": "false",
1483
- "description": "If true, will enable row flashing for all rows for `add` async transactions",
1484
- "privacy": "public",
1485
- "inheritedFrom": {
1486
- "name": "EntityManagement",
1487
- "module": "src/entities/entities.ts"
1488
- }
1477
+ "description": "String which contains event if we have permission to insert user of empty string if not"
1489
1478
  },
1490
1479
  {
1491
1480
  "kind": "field",
1492
- "name": "gridOptions",
1481
+ "name": "deleteEvent",
1493
1482
  "type": {
1494
- "text": "GridOptions"
1483
+ "text": "string"
1495
1484
  },
1496
- "description": "GridOptions to be passed down from application",
1497
- "privacy": "public",
1498
- "inheritedFrom": {
1499
- "name": "EntityManagement",
1500
- "module": "src/entities/entities.ts"
1501
- }
1485
+ "description": "String which contains event if we have permission to delete user of empty string if not"
1502
1486
  },
1503
1487
  {
1504
1488
  "kind": "field",
1505
- "name": "columns",
1489
+ "name": "updateEvent",
1506
1490
  "type": {
1507
- "text": "ColDef[]"
1491
+ "text": "string"
1508
1492
  },
1509
- "description": "Array which holds the column definitions.",
1510
- "privacy": "public",
1511
- "inheritedFrom": {
1512
- "name": "EntityManagement",
1513
- "module": "src/entities/entities.ts"
1514
- }
1493
+ "description": "String which contains event if we have permission to update user of empty string if not"
1515
1494
  },
1516
1495
  {
1517
- "kind": "field",
1518
- "name": "datasourceConfig",
1519
- "type": {
1520
- "text": "DatasourceConfiguration"
1521
- },
1522
- "description": "The configuration which is used when interacting with the resource on the backend",
1523
- "privacy": "public",
1524
- "inheritedFrom": {
1525
- "name": "EntityManagement",
1526
- "module": "src/entities/entities.ts"
1496
+ "kind": "method",
1497
+ "name": "deepClone",
1498
+ "return": {
1499
+ "type": {
1500
+ "text": "Node"
1501
+ }
1527
1502
  }
1528
- },
1503
+ }
1504
+ ],
1505
+ "attributes": [
1529
1506
  {
1530
- "kind": "field",
1531
- "name": "formUiSchema",
1507
+ "name": "persist-column-state-key",
1532
1508
  "type": {
1533
- "text": "any"
1509
+ "text": "string"
1534
1510
  },
1535
- "inheritedFrom": {
1536
- "name": "EntityManagement",
1537
- "module": "src/entities/entities.ts"
1538
- }
1539
- },
1540
- {
1541
- "kind": "field",
1542
- "name": "selectedEntity",
1543
- "type": {
1544
- "text": "any"
1545
- },
1546
- "description": "Reference to the currently selected entity from the grid.",
1511
+ "default": "'entity_users_management'",
1512
+ "description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
1513
+ "fieldName": "persistColumnStateKey"
1514
+ }
1515
+ ],
1516
+ "mixins": [
1517
+ {
1518
+ "name": "LifecycleMixin",
1519
+ "package": "@genesislcap/foundation-utils"
1520
+ }
1521
+ ],
1522
+ "superclass": {
1523
+ "name": "FASTElement",
1524
+ "package": "@microsoft/fast-element"
1525
+ },
1526
+ "tagName": "user-management",
1527
+ "customElement": true
1528
+ }
1529
+ ],
1530
+ "exports": [
1531
+ {
1532
+ "kind": "js",
1533
+ "name": "UsersColumnConfig",
1534
+ "declaration": {
1535
+ "name": "UsersColumnConfig",
1536
+ "module": "src/users/users.ts"
1537
+ }
1538
+ },
1539
+ {
1540
+ "kind": "js",
1541
+ "name": "Users",
1542
+ "declaration": {
1543
+ "name": "Users",
1544
+ "module": "src/users/users.ts"
1545
+ }
1546
+ },
1547
+ {
1548
+ "kind": "custom-element-definition",
1549
+ "name": "user-management",
1550
+ "declaration": {
1551
+ "name": "Users",
1552
+ "module": "src/users/users.ts"
1553
+ }
1554
+ }
1555
+ ]
1556
+ },
1557
+ {
1558
+ "kind": "javascript-module",
1559
+ "path": "src/profiles/editProfileSchema.ts",
1560
+ "declarations": [
1561
+ {
1562
+ "kind": "variable",
1563
+ "name": "editProfileFormSchema",
1564
+ "type": {
1565
+ "text": "object"
1566
+ },
1567
+ "default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
1568
+ }
1569
+ ],
1570
+ "exports": [
1571
+ {
1572
+ "kind": "js",
1573
+ "name": "editProfileFormSchema",
1574
+ "declaration": {
1575
+ "name": "editProfileFormSchema",
1576
+ "module": "src/profiles/editProfileSchema.ts"
1577
+ }
1578
+ }
1579
+ ]
1580
+ },
1581
+ {
1582
+ "kind": "javascript-module",
1583
+ "path": "src/profiles/profiles.ts",
1584
+ "declarations": [
1585
+ {
1586
+ "kind": "class",
1587
+ "description": "Main class which defined the profile management functionality",
1588
+ "name": "Profiles",
1589
+ "members": [
1590
+ {
1591
+ "kind": "method",
1592
+ "name": "readProfileData",
1547
1593
  "privacy": "public",
1594
+ "parameters": [
1595
+ {
1596
+ "name": "profile"
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "kind": "method",
1602
+ "name": "confirmDelete",
1548
1603
  "inheritedFrom": {
1549
1604
  "name": "EntityManagement",
1550
1605
  "module": "src/entities/entities.ts"
@@ -1552,11 +1607,11 @@
1552
1607
  },
1553
1608
  {
1554
1609
  "kind": "field",
1555
- "name": "editedEntity",
1610
+ "name": "createEvent",
1556
1611
  "type": {
1557
- "text": "any"
1612
+ "text": "string"
1558
1613
  },
1559
- "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
1614
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
1560
1615
  "privacy": "public",
1561
1616
  "inheritedFrom": {
1562
1617
  "name": "EntityManagement",
@@ -1565,10 +1620,12 @@
1565
1620
  },
1566
1621
  {
1567
1622
  "kind": "field",
1568
- "name": "submitting",
1623
+ "name": "deleteEvent",
1569
1624
  "type": {
1570
- "text": "boolean"
1625
+ "text": "string"
1571
1626
  },
1627
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1628
+ "privacy": "public",
1572
1629
  "inheritedFrom": {
1573
1630
  "name": "EntityManagement",
1574
1631
  "module": "src/entities/entities.ts"
@@ -1576,10 +1633,12 @@
1576
1633
  },
1577
1634
  {
1578
1635
  "kind": "field",
1579
- "name": "defaultEntityValues",
1636
+ "name": "updateEvent",
1580
1637
  "type": {
1581
- "text": "any"
1638
+ "text": "string"
1582
1639
  },
1640
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
1641
+ "privacy": "public",
1583
1642
  "inheritedFrom": {
1584
1643
  "name": "EntityManagement",
1585
1644
  "module": "src/entities/entities.ts"
@@ -1587,11 +1646,13 @@
1587
1646
  },
1588
1647
  {
1589
1648
  "kind": "field",
1590
- "name": "editDialogTitle",
1649
+ "name": "persistColumnStateKey",
1591
1650
  "type": {
1592
1651
  "text": "string"
1593
1652
  },
1594
- "description": "String which contains the text of the popup modal when the user is adding or editing an entity",
1653
+ "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
1654
+ "privacy": "public",
1655
+ "default": "'entity_profiles_management'",
1595
1656
  "inheritedFrom": {
1596
1657
  "name": "EntityManagement",
1597
1658
  "module": "src/entities/entities.ts"
@@ -1599,19 +1660,23 @@
1599
1660
  },
1600
1661
  {
1601
1662
  "kind": "field",
1602
- "name": "editModalVisible",
1663
+ "name": "updateFormUiSchema",
1603
1664
  "type": {
1604
- "text": "boolean"
1665
+ "text": "any"
1605
1666
  },
1606
- "default": "false",
1667
+ "default": "editProfileFormSchema",
1607
1668
  "inheritedFrom": {
1608
1669
  "name": "EntityManagement",
1609
1670
  "module": "src/entities/entities.ts"
1610
1671
  }
1611
1672
  },
1612
1673
  {
1613
- "kind": "method",
1614
- "name": "editModalVisibleChanged",
1674
+ "kind": "field",
1675
+ "name": "createFormUiSchema",
1676
+ "type": {
1677
+ "text": "any"
1678
+ },
1679
+ "default": "editProfileFormSchema",
1615
1680
  "inheritedFrom": {
1616
1681
  "name": "EntityManagement",
1617
1682
  "module": "src/entities/entities.ts"
@@ -1619,11 +1684,10 @@
1619
1684
  },
1620
1685
  {
1621
1686
  "kind": "field",
1622
- "name": "editEntityModal",
1687
+ "name": "readEventFn",
1623
1688
  "type": {
1624
- "text": "any"
1689
+ "text": "(...args) => {}"
1625
1690
  },
1626
- "privacy": "public",
1627
1691
  "inheritedFrom": {
1628
1692
  "name": "EntityManagement",
1629
1693
  "module": "src/entities/entities.ts"
@@ -1631,10 +1695,13 @@
1631
1695
  },
1632
1696
  {
1633
1697
  "kind": "field",
1634
- "name": "sizeColumnsToFit",
1698
+ "name": "resourceName",
1635
1699
  "type": {
1636
- "text": "boolean"
1700
+ "text": "string"
1637
1701
  },
1702
+ "description": "Name of the backend resource which contain the entities to manage",
1703
+ "privacy": "public",
1704
+ "default": "'ALL_PROFILES'",
1638
1705
  "inheritedFrom": {
1639
1706
  "name": "EntityManagement",
1640
1707
  "module": "src/entities/entities.ts"
@@ -1642,10 +1709,13 @@
1642
1709
  },
1643
1710
  {
1644
1711
  "kind": "field",
1645
- "name": "enableFilterBar",
1712
+ "name": "title",
1646
1713
  "type": {
1647
- "text": "boolean"
1714
+ "text": "string"
1648
1715
  },
1716
+ "description": "Title of the grid",
1717
+ "privacy": "public",
1718
+ "default": "'Profile Management'",
1649
1719
  "inheritedFrom": {
1650
1720
  "name": "EntityManagement",
1651
1721
  "module": "src/entities/entities.ts"
@@ -1653,11 +1723,13 @@
1653
1723
  },
1654
1724
  {
1655
1725
  "kind": "field",
1656
- "name": "hideEdit",
1726
+ "name": "entityLabel",
1657
1727
  "type": {
1658
- "text": "boolean"
1728
+ "text": "string"
1659
1729
  },
1660
- "default": "false",
1730
+ "default": "'Profile'",
1731
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1732
+ "privacy": "public",
1661
1733
  "inheritedFrom": {
1662
1734
  "name": "EntityManagement",
1663
1735
  "module": "src/entities/entities.ts"
@@ -1665,11 +1737,12 @@
1665
1737
  },
1666
1738
  {
1667
1739
  "kind": "field",
1668
- "name": "hideDelete",
1740
+ "name": "connect",
1669
1741
  "type": {
1670
- "text": "boolean"
1742
+ "text": "Connect"
1671
1743
  },
1672
- "default": "false",
1744
+ "privacy": "protected",
1745
+ "description": "DI connect object which is used to interact with the backend.",
1673
1746
  "inheritedFrom": {
1674
1747
  "name": "EntityManagement",
1675
1748
  "module": "src/entities/entities.ts"
@@ -1677,72 +1750,62 @@
1677
1750
  },
1678
1751
  {
1679
1752
  "kind": "field",
1680
- "name": "modalPosition",
1753
+ "name": "readEvent",
1681
1754
  "type": {
1682
- "text": "'centre' | 'left' | 'right'"
1755
+ "text": "string"
1683
1756
  },
1684
- "default": "'right'",
1685
- "description": "Determines where the modal dialog will appear on screen",
1686
- "privacy": "public",
1687
1757
  "inheritedFrom": {
1688
1758
  "name": "EntityManagement",
1689
1759
  "module": "src/entities/entities.ts"
1690
1760
  }
1691
1761
  },
1692
1762
  {
1693
- "kind": "method",
1694
- "name": "deepClone",
1695
- "return": {
1696
- "type": {
1697
- "text": "Node"
1698
- }
1763
+ "kind": "field",
1764
+ "name": "readonly",
1765
+ "type": {
1766
+ "text": "boolean"
1699
1767
  },
1700
- "description": "Override the deepClone method to ensure that observable attributes are cloned",
1701
- "privacy": "public",
1702
1768
  "inheritedFrom": {
1703
1769
  "name": "EntityManagement",
1704
1770
  "module": "src/entities/entities.ts"
1705
1771
  }
1706
1772
  },
1707
1773
  {
1708
- "kind": "method",
1709
- "name": "submitEntityChanges",
1774
+ "kind": "field",
1775
+ "name": "asyncAdd",
1776
+ "type": {
1777
+ "text": "boolean"
1778
+ },
1779
+ "default": "false",
1780
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1710
1781
  "privacy": "public",
1711
- "parameters": [
1712
- {
1713
- "name": "e",
1714
- "type": {
1715
- "text": "CustomEvent"
1716
- },
1717
- "description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
1718
- }
1719
- ],
1720
- "description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
1721
1782
  "inheritedFrom": {
1722
1783
  "name": "EntityManagement",
1723
1784
  "module": "src/entities/entities.ts"
1724
1785
  }
1725
1786
  },
1726
1787
  {
1727
- "kind": "method",
1728
- "name": "readEntity",
1729
- "privacy": "private",
1730
- "parameters": [
1731
- {
1732
- "name": "e",
1733
- "type": {
1734
- "text": "CustomEvent"
1735
- }
1736
- }
1737
- ],
1788
+ "kind": "field",
1789
+ "name": "asyncRemove",
1790
+ "type": {
1791
+ "text": "boolean"
1792
+ },
1793
+ "default": "false",
1794
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1795
+ "privacy": "public",
1738
1796
  "inheritedFrom": {
1739
1797
  "name": "EntityManagement",
1740
1798
  "module": "src/entities/entities.ts"
1741
1799
  }
1742
1800
  },
1743
1801
  {
1744
- "kind": "method",
1745
- "name": "closeModal",
1802
+ "kind": "field",
1803
+ "name": "asyncUpdate",
1804
+ "type": {
1805
+ "text": "boolean"
1806
+ },
1807
+ "default": "true",
1808
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1746
1809
  "privacy": "public",
1747
1810
  "inheritedFrom": {
1748
1811
  "name": "EntityManagement",
@@ -1750,657 +1813,594 @@
1750
1813
  }
1751
1814
  },
1752
1815
  {
1753
- "kind": "method",
1754
- "name": "criteriaChanged",
1816
+ "kind": "field",
1817
+ "name": "enableCellFlashing",
1818
+ "type": {
1819
+ "text": "boolean"
1820
+ },
1821
+ "default": "false",
1822
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1755
1823
  "privacy": "public",
1756
- "parameters": [
1757
- {
1758
- "name": "e",
1759
- "type": {
1760
- "text": "CustomEvent<string>"
1761
- }
1762
- }
1763
- ],
1764
1824
  "inheritedFrom": {
1765
1825
  "name": "EntityManagement",
1766
1826
  "module": "src/entities/entities.ts"
1767
1827
  }
1768
1828
  },
1769
1829
  {
1770
- "kind": "method",
1771
- "name": "submitFailureNotification",
1772
- "privacy": "public",
1773
- "parameters": [
1774
- {
1775
- "name": "e",
1776
- "type": {
1777
- "text": "CustomEvent"
1778
- }
1779
- }
1780
- ],
1781
- "inheritedFrom": {
1782
- "name": "EntityManagement",
1783
- "module": "src/entities/entities.ts"
1784
- }
1785
- },
1786
- {
1787
- "kind": "method",
1788
- "name": "showDeleteConfirmation",
1789
- "privacy": "private",
1790
- "inheritedFrom": {
1791
- "name": "EntityManagement",
1792
- "module": "src/entities/entities.ts"
1793
- }
1794
- }
1795
- ],
1796
- "superclass": {
1797
- "name": "EntityManagement",
1798
- "module": "/src/entities"
1799
- },
1800
- "tagName": "profile-management",
1801
- "customElement": true,
1802
- "attributes": [
1803
- {
1804
- "name": "resourceName",
1805
- "type": {
1806
- "text": "string"
1807
- },
1808
- "description": "Name of the backend resource which contain the entities to manage",
1809
- "fieldName": "resourceName",
1810
- "inheritedFrom": {
1811
- "name": "EntityManagement",
1812
- "module": "src/entities/entities.ts"
1813
- }
1814
- },
1815
- {
1816
- "name": "readEvent",
1830
+ "kind": "field",
1831
+ "name": "enableRowFlashing",
1817
1832
  "type": {
1818
- "text": "string"
1833
+ "text": "boolean"
1819
1834
  },
1820
- "fieldName": "readEvent",
1835
+ "default": "false",
1836
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
1837
+ "privacy": "public",
1821
1838
  "inheritedFrom": {
1822
1839
  "name": "EntityManagement",
1823
1840
  "module": "src/entities/entities.ts"
1824
1841
  }
1825
1842
  },
1826
1843
  {
1844
+ "kind": "field",
1845
+ "name": "gridOptions",
1827
1846
  "type": {
1828
- "text": "boolean"
1847
+ "text": "GridOptions"
1829
1848
  },
1830
- "fieldName": "readonly",
1849
+ "description": "GridOptions to be passed down from application",
1850
+ "privacy": "public",
1831
1851
  "inheritedFrom": {
1832
1852
  "name": "EntityManagement",
1833
1853
  "module": "src/entities/entities.ts"
1834
1854
  }
1835
1855
  },
1836
1856
  {
1837
- "name": "updateEvent",
1857
+ "kind": "field",
1858
+ "name": "columns",
1838
1859
  "type": {
1839
- "text": "string"
1860
+ "text": "ColDef[]"
1840
1861
  },
1841
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1842
- "fieldName": "updateEvent",
1862
+ "description": "Array which holds the column definitions.",
1863
+ "privacy": "public",
1843
1864
  "inheritedFrom": {
1844
1865
  "name": "EntityManagement",
1845
1866
  "module": "src/entities/entities.ts"
1846
1867
  }
1847
1868
  },
1848
1869
  {
1849
- "name": "deleteEvent",
1870
+ "kind": "field",
1871
+ "name": "datasourceConfig",
1850
1872
  "type": {
1851
- "text": "string"
1873
+ "text": "DatasourceConfiguration"
1852
1874
  },
1853
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1854
- "fieldName": "deleteEvent",
1875
+ "description": "The configuration which is used when interacting with the resource on the backend",
1876
+ "privacy": "public",
1855
1877
  "inheritedFrom": {
1856
1878
  "name": "EntityManagement",
1857
1879
  "module": "src/entities/entities.ts"
1858
1880
  }
1859
1881
  },
1860
1882
  {
1861
- "name": "createEvent",
1883
+ "kind": "field",
1884
+ "name": "formUiSchema",
1862
1885
  "type": {
1863
- "text": "string"
1886
+ "text": "any"
1864
1887
  },
1865
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1866
- "fieldName": "createEvent",
1867
1888
  "inheritedFrom": {
1868
1889
  "name": "EntityManagement",
1869
1890
  "module": "src/entities/entities.ts"
1870
1891
  }
1871
1892
  },
1872
1893
  {
1873
- "name": "title",
1894
+ "kind": "field",
1895
+ "name": "selectedEntity",
1874
1896
  "type": {
1875
- "text": "string"
1897
+ "text": "any"
1876
1898
  },
1877
- "description": "Title of the grid",
1878
- "fieldName": "title",
1899
+ "description": "Reference to the currently selected entity from the grid.",
1900
+ "privacy": "public",
1879
1901
  "inheritedFrom": {
1880
1902
  "name": "EntityManagement",
1881
1903
  "module": "src/entities/entities.ts"
1882
1904
  }
1883
1905
  },
1884
1906
  {
1885
- "name": "entityLabel",
1907
+ "kind": "field",
1908
+ "name": "editedEntity",
1886
1909
  "type": {
1887
- "text": "string"
1910
+ "text": "any"
1888
1911
  },
1889
- "default": "''",
1890
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1891
- "fieldName": "entityLabel",
1912
+ "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
1913
+ "privacy": "public",
1892
1914
  "inheritedFrom": {
1893
1915
  "name": "EntityManagement",
1894
1916
  "module": "src/entities/entities.ts"
1895
1917
  }
1896
1918
  },
1897
1919
  {
1898
- "name": "async-add",
1920
+ "kind": "field",
1921
+ "name": "submitting",
1899
1922
  "type": {
1900
1923
  "text": "boolean"
1901
1924
  },
1902
- "default": "false",
1903
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1904
- "fieldName": "asyncAdd",
1905
1925
  "inheritedFrom": {
1906
1926
  "name": "EntityManagement",
1907
1927
  "module": "src/entities/entities.ts"
1908
1928
  }
1909
1929
  },
1910
1930
  {
1911
- "name": "async-remove",
1931
+ "kind": "field",
1932
+ "name": "defaultEntityValues",
1912
1933
  "type": {
1913
- "text": "boolean"
1934
+ "text": "any"
1914
1935
  },
1915
- "default": "false",
1916
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1917
- "fieldName": "asyncRemove",
1918
1936
  "inheritedFrom": {
1919
1937
  "name": "EntityManagement",
1920
1938
  "module": "src/entities/entities.ts"
1921
1939
  }
1922
1940
  },
1923
1941
  {
1924
- "name": "async-update",
1942
+ "kind": "field",
1943
+ "name": "editDialogTitle",
1925
1944
  "type": {
1926
- "text": "boolean"
1945
+ "text": "string"
1927
1946
  },
1928
- "default": "true",
1929
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1930
- "fieldName": "asyncUpdate",
1947
+ "description": "String which contains the text of the popup modal when the user is adding or editing an entity",
1931
1948
  "inheritedFrom": {
1932
1949
  "name": "EntityManagement",
1933
1950
  "module": "src/entities/entities.ts"
1934
1951
  }
1935
1952
  },
1936
1953
  {
1937
- "name": "enable-cell-flashing",
1954
+ "kind": "field",
1955
+ "name": "editModalVisible",
1938
1956
  "type": {
1939
1957
  "text": "boolean"
1940
1958
  },
1941
1959
  "default": "false",
1942
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1943
- "fieldName": "enableCellFlashing",
1944
1960
  "inheritedFrom": {
1945
1961
  "name": "EntityManagement",
1946
1962
  "module": "src/entities/entities.ts"
1947
1963
  }
1948
1964
  },
1949
1965
  {
1950
- "name": "enable-row-flashing",
1951
- "type": {
1952
- "text": "boolean"
1953
- },
1954
- "default": "false",
1955
- "description": "If true, will enable row flashing for all rows for `add` async transactions",
1956
- "fieldName": "enableRowFlashing",
1966
+ "kind": "method",
1967
+ "name": "editModalVisibleChanged",
1957
1968
  "inheritedFrom": {
1958
1969
  "name": "EntityManagement",
1959
1970
  "module": "src/entities/entities.ts"
1960
1971
  }
1961
1972
  },
1962
1973
  {
1963
- "name": "persist-column-state-key",
1974
+ "kind": "field",
1975
+ "name": "editEntityModal",
1964
1976
  "type": {
1965
- "text": "string"
1977
+ "text": "any"
1966
1978
  },
1967
- "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
1968
- "fieldName": "persistColumnStateKey",
1979
+ "privacy": "public",
1969
1980
  "inheritedFrom": {
1970
1981
  "name": "EntityManagement",
1971
1982
  "module": "src/entities/entities.ts"
1972
1983
  }
1973
1984
  },
1974
1985
  {
1975
- "name": "size-columns-to-fit",
1986
+ "kind": "field",
1987
+ "name": "sizeColumnsToFit",
1976
1988
  "type": {
1977
1989
  "text": "boolean"
1978
1990
  },
1979
- "fieldName": "sizeColumnsToFit",
1980
1991
  "inheritedFrom": {
1981
1992
  "name": "EntityManagement",
1982
1993
  "module": "src/entities/entities.ts"
1983
1994
  }
1984
1995
  },
1985
1996
  {
1986
- "name": "enable-filter-bar",
1997
+ "kind": "field",
1998
+ "name": "enableFilterBar",
1987
1999
  "type": {
1988
2000
  "text": "boolean"
1989
2001
  },
1990
- "fieldName": "enableFilterBar",
1991
2002
  "inheritedFrom": {
1992
2003
  "name": "EntityManagement",
1993
2004
  "module": "src/entities/entities.ts"
1994
2005
  }
1995
2006
  },
1996
2007
  {
1997
- "name": "hide-edit",
2008
+ "kind": "field",
2009
+ "name": "hideEdit",
1998
2010
  "type": {
1999
2011
  "text": "boolean"
2000
2012
  },
2001
2013
  "default": "false",
2002
- "fieldName": "hideEdit",
2003
2014
  "inheritedFrom": {
2004
2015
  "name": "EntityManagement",
2005
2016
  "module": "src/entities/entities.ts"
2006
2017
  }
2007
2018
  },
2008
2019
  {
2009
- "name": "hide-delete",
2020
+ "kind": "field",
2021
+ "name": "hideDelete",
2010
2022
  "type": {
2011
2023
  "text": "boolean"
2012
2024
  },
2013
2025
  "default": "false",
2014
- "fieldName": "hideDelete",
2015
2026
  "inheritedFrom": {
2016
2027
  "name": "EntityManagement",
2017
2028
  "module": "src/entities/entities.ts"
2018
2029
  }
2019
2030
  },
2020
2031
  {
2021
- "name": "modal-position",
2032
+ "kind": "field",
2033
+ "name": "modalPosition",
2022
2034
  "type": {
2023
2035
  "text": "'centre' | 'left' | 'right'"
2024
2036
  },
2025
2037
  "default": "'right'",
2026
2038
  "description": "Determines where the modal dialog will appear on screen",
2027
- "fieldName": "modalPosition",
2039
+ "privacy": "public",
2028
2040
  "inheritedFrom": {
2029
2041
  "name": "EntityManagement",
2030
2042
  "module": "src/entities/entities.ts"
2031
2043
  }
2032
- }
2033
- ]
2034
- }
2035
- ],
2036
- "exports": [
2037
- {
2038
- "kind": "js",
2039
- "name": "Profiles",
2040
- "declaration": {
2041
- "name": "Profiles",
2042
- "module": "src/profiles/profiles.ts"
2043
- }
2044
- },
2045
- {
2046
- "kind": "custom-element-definition",
2047
- "name": "profile-management",
2048
- "declaration": {
2049
- "name": "Profiles",
2050
- "module": "src/profiles/profiles.ts"
2051
- }
2052
- }
2053
- ]
2054
- },
2055
- {
2056
- "kind": "javascript-module",
2057
- "path": "src/main/index.ts",
2058
- "declarations": [],
2059
- "exports": [
2060
- {
2061
- "kind": "js",
2062
- "name": "*",
2063
- "declaration": {
2064
- "name": "*",
2065
- "package": "./main.template"
2066
- }
2067
- },
2068
- {
2069
- "kind": "js",
2070
- "name": "*",
2071
- "declaration": {
2072
- "name": "*",
2073
- "package": "./main"
2074
- }
2075
- }
2076
- ]
2077
- },
2078
- {
2079
- "kind": "javascript-module",
2080
- "path": "src/main/main.styles.ts",
2081
- "declarations": [
2082
- {
2083
- "kind": "variable",
2084
- "name": "MainStyles",
2085
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
2086
- }
2087
- ],
2088
- "exports": [
2089
- {
2090
- "kind": "js",
2091
- "name": "MainStyles",
2092
- "declaration": {
2093
- "name": "MainStyles",
2094
- "module": "src/main/main.styles.ts"
2095
- }
2096
- }
2097
- ]
2098
- },
2099
- {
2100
- "kind": "javascript-module",
2101
- "path": "src/main/main.template.ts",
2102
- "declarations": [],
2103
- "exports": []
2104
- },
2105
- {
2106
- "kind": "javascript-module",
2107
- "path": "src/main/main.ts",
2108
- "declarations": [
2109
- {
2110
- "kind": "class",
2111
- "description": "",
2112
- "name": "MainApplication",
2113
- "members": [
2114
- {
2115
- "kind": "field",
2116
- "name": "config",
2117
- "type": {
2118
- "text": "MainRouterConfig"
2119
- }
2120
2044
  },
2121
2045
  {
2122
- "kind": "field",
2123
- "name": "connect",
2124
- "type": {
2125
- "text": "Connect"
2126
- }
2127
- },
2128
- {
2129
- "kind": "field",
2130
- "name": "session",
2131
- "type": {
2132
- "text": "Session"
2046
+ "kind": "method",
2047
+ "name": "deepClone",
2048
+ "return": {
2049
+ "type": {
2050
+ "text": "Node"
2051
+ }
2052
+ },
2053
+ "description": "Override the deepClone method to ensure that observable attributes are cloned",
2054
+ "privacy": "public",
2055
+ "inheritedFrom": {
2056
+ "name": "EntityManagement",
2057
+ "module": "src/entities/entities.ts"
2133
2058
  }
2134
2059
  },
2135
2060
  {
2136
- "kind": "field",
2137
- "name": "container",
2138
- "type": {
2139
- "text": "Container"
2061
+ "kind": "method",
2062
+ "name": "submitEntityChanges",
2063
+ "privacy": "public",
2064
+ "parameters": [
2065
+ {
2066
+ "name": "e",
2067
+ "type": {
2068
+ "text": "CustomEvent"
2069
+ },
2070
+ "description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
2071
+ }
2072
+ ],
2073
+ "description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
2074
+ "inheritedFrom": {
2075
+ "name": "EntityManagement",
2076
+ "module": "src/entities/entities.ts"
2140
2077
  }
2141
2078
  },
2142
2079
  {
2143
- "kind": "field",
2144
- "name": "provider",
2145
- "type": {
2146
- "text": "any"
2080
+ "kind": "method",
2081
+ "name": "readEntity",
2082
+ "privacy": "private",
2083
+ "parameters": [
2084
+ {
2085
+ "name": "e",
2086
+ "type": {
2087
+ "text": "CustomEvent"
2088
+ }
2089
+ }
2090
+ ],
2091
+ "inheritedFrom": {
2092
+ "name": "EntityManagement",
2093
+ "module": "src/entities/entities.ts"
2147
2094
  }
2148
2095
  },
2149
- {
2150
- "kind": "field",
2151
- "name": "ready",
2152
- "type": {
2153
- "text": "boolean"
2154
- },
2155
- "default": "false"
2156
- },
2157
- {
2158
- "kind": "field",
2159
- "name": "data",
2160
- "type": {
2161
- "text": "any"
2162
- },
2163
- "default": "null"
2164
- },
2165
2096
  {
2166
2097
  "kind": "method",
2167
- "name": "onLuminanceToggle"
2098
+ "name": "closeModal",
2099
+ "privacy": "public",
2100
+ "inheritedFrom": {
2101
+ "name": "EntityManagement",
2102
+ "module": "src/entities/entities.ts"
2103
+ }
2168
2104
  },
2169
2105
  {
2170
2106
  "kind": "method",
2171
- "name": "loadRemotes"
2107
+ "name": "criteriaChanged",
2108
+ "privacy": "public",
2109
+ "parameters": [
2110
+ {
2111
+ "name": "e",
2112
+ "type": {
2113
+ "text": "CustomEvent<string>"
2114
+ }
2115
+ }
2116
+ ],
2117
+ "inheritedFrom": {
2118
+ "name": "EntityManagement",
2119
+ "module": "src/entities/entities.ts"
2120
+ }
2172
2121
  },
2173
2122
  {
2174
2123
  "kind": "method",
2175
- "name": "selectTemplate"
2124
+ "name": "submitFailureNotification",
2125
+ "privacy": "public",
2126
+ "parameters": [
2127
+ {
2128
+ "name": "e",
2129
+ "type": {
2130
+ "text": "CustomEvent"
2131
+ }
2132
+ }
2133
+ ],
2134
+ "inheritedFrom": {
2135
+ "name": "EntityManagement",
2136
+ "module": "src/entities/entities.ts"
2137
+ }
2176
2138
  },
2177
2139
  {
2178
2140
  "kind": "method",
2179
- "name": "registerDIDependencies",
2180
- "privacy": "private"
2141
+ "name": "showDeleteConfirmation",
2142
+ "privacy": "private",
2143
+ "inheritedFrom": {
2144
+ "name": "EntityManagement",
2145
+ "module": "src/entities/entities.ts"
2146
+ }
2181
2147
  }
2182
2148
  ],
2183
2149
  "superclass": {
2184
- "name": "FASTElement",
2185
- "package": "@microsoft/fast-element"
2186
- },
2187
- "customElement": true
2188
- }
2189
- ],
2190
- "exports": [
2191
- {
2192
- "kind": "js",
2193
- "name": "MainApplication",
2194
- "declaration": {
2195
- "name": "MainApplication",
2196
- "module": "src/main/main.ts"
2197
- }
2198
- },
2199
- {
2200
- "kind": "custom-element-definition",
2201
- "declaration": {
2202
- "name": "MainApplication",
2203
- "module": "src/main/main.ts"
2204
- }
2205
- }
2206
- ]
2207
- },
2208
- {
2209
- "kind": "javascript-module",
2210
- "path": "src/routes/config.ts",
2211
- "declarations": [],
2212
- "exports": []
2213
- },
2214
- {
2215
- "kind": "javascript-module",
2216
- "path": "src/routes/index.ts",
2217
- "declarations": [],
2218
- "exports": [
2219
- {
2220
- "kind": "js",
2221
- "name": "*",
2222
- "declaration": {
2223
- "name": "*",
2224
- "package": "./config"
2225
- }
2226
- }
2227
- ]
2228
- },
2229
- {
2230
- "kind": "javascript-module",
2231
- "path": "src/users/users.template.ts",
2232
- "declarations": [
2233
- {
2234
- "kind": "variable",
2235
- "name": "UsersTemplate",
2236
- "type": {
2237
- "text": "ViewTemplate"
2238
- },
2239
- "default": "html<Users>`\n <entity-management\n resourceName=${(x) => x.resourceName}\n title=\"User Management\"\n entityLabel=\"User\"\n createEvent=\"${(x) => x.createEvent}\"\n :readEventFn=${(x) => (user) => x.readUserData(user)}\n updateEvent=\"${(x) => x.updateEvent}\"\n deleteEvent=\"${(x) => x.deleteEvent}\"\n entityLabel=\"User Details\"\n :updateFormUiSchema=${(x) =>\n editUserSchema(\n true,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalUpdateFields,\n )}\n :createFormUiSchema=${(x) =>\n editUserSchema(\n false,\n x.allAccessType,\n x.entityID,\n x.entityLabel,\n x.entityLabelKey,\n x.availableEntitiesEndpoint,\n x.additionalCreateFields,\n )}\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n size-columns-to-fit\n :columns=${(x) => [...x.columns, ...x.entityColumn(), x.statusColumn()]}\n :datasourceConfig=${(x) => x.datasourceConfig}\n ></entity-management>\n`"
2240
- }
2241
- ],
2242
- "exports": [
2243
- {
2244
- "kind": "js",
2245
- "name": "UsersTemplate",
2246
- "declaration": {
2247
- "name": "UsersTemplate",
2248
- "module": "src/users/users.template.ts"
2249
- }
2250
- }
2251
- ]
2252
- },
2253
- {
2254
- "kind": "javascript-module",
2255
- "path": "src/users/users.ts",
2256
- "declarations": [
2257
- {
2258
- "kind": "variable",
2259
- "name": "UsersColumnConfig",
2260
- "type": {
2261
- "text": "array"
2150
+ "name": "EntityManagement",
2151
+ "module": "/src/entities"
2262
2152
  },
2263
- "default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
2264
- "description": "Defines the default columns which are present on the user management component",
2265
- "privacy": "public"
2266
- },
2267
- {
2268
- "kind": "class",
2269
- "description": "Main class which defines the user management functionality",
2270
- "name": "Users",
2271
- "members": [
2153
+ "tagName": "profile-management",
2154
+ "customElement": true,
2155
+ "attributes": [
2156
+ {
2157
+ "name": "resourceName",
2158
+ "type": {
2159
+ "text": "string"
2160
+ },
2161
+ "description": "Name of the backend resource which contain the entities to manage",
2162
+ "fieldName": "resourceName",
2163
+ "inheritedFrom": {
2164
+ "name": "EntityManagement",
2165
+ "module": "src/entities/entities.ts"
2166
+ }
2167
+ },
2272
2168
  {
2273
- "kind": "field",
2274
- "name": "persistColumnStateKey",
2169
+ "name": "readEvent",
2275
2170
  "type": {
2276
2171
  "text": "string"
2277
2172
  },
2278
- "default": "'entity_users_management'",
2279
- "description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
2280
- "privacy": "public"
2173
+ "fieldName": "readEvent",
2174
+ "inheritedFrom": {
2175
+ "name": "EntityManagement",
2176
+ "module": "src/entities/entities.ts"
2177
+ }
2281
2178
  },
2282
2179
  {
2283
- "kind": "field",
2284
- "name": "columns",
2285
2180
  "type": {
2286
- "text": "any"
2181
+ "text": "boolean"
2287
2182
  },
2288
- "default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
2289
- "description": "Column definition, default to the UsersColumnConfig"
2183
+ "fieldName": "readonly",
2184
+ "inheritedFrom": {
2185
+ "name": "EntityManagement",
2186
+ "module": "src/entities/entities.ts"
2187
+ }
2290
2188
  },
2291
2189
  {
2292
- "kind": "field",
2293
- "name": "additionalCreateFields",
2190
+ "name": "updateEvent",
2294
2191
  "type": {
2295
- "text": "any"
2192
+ "text": "string"
2296
2193
  },
2297
- "default": "[]"
2194
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
2195
+ "fieldName": "updateEvent",
2196
+ "inheritedFrom": {
2197
+ "name": "EntityManagement",
2198
+ "module": "src/entities/entities.ts"
2199
+ }
2298
2200
  },
2299
2201
  {
2300
- "kind": "field",
2301
- "name": "additionalUpdateFields",
2202
+ "name": "deleteEvent",
2302
2203
  "type": {
2303
- "text": "any"
2204
+ "text": "string"
2304
2205
  },
2305
- "default": "[]"
2206
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
2207
+ "fieldName": "deleteEvent",
2208
+ "inheritedFrom": {
2209
+ "name": "EntityManagement",
2210
+ "module": "src/entities/entities.ts"
2211
+ }
2306
2212
  },
2307
2213
  {
2308
- "kind": "field",
2309
- "name": "allAccessType",
2214
+ "name": "createEvent",
2310
2215
  "type": {
2311
- "text": "boolean"
2216
+ "text": "string"
2217
+ },
2218
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
2219
+ "fieldName": "createEvent",
2220
+ "inheritedFrom": {
2221
+ "name": "EntityManagement",
2222
+ "module": "src/entities/entities.ts"
2312
2223
  }
2313
2224
  },
2314
2225
  {
2315
- "kind": "field",
2316
- "name": "entityIdValue",
2226
+ "name": "title",
2317
2227
  "type": {
2318
2228
  "text": "string"
2319
2229
  },
2320
- "privacy": "private"
2230
+ "description": "Title of the grid",
2231
+ "fieldName": "title",
2232
+ "inheritedFrom": {
2233
+ "name": "EntityManagement",
2234
+ "module": "src/entities/entities.ts"
2235
+ }
2321
2236
  },
2322
2237
  {
2323
- "kind": "field",
2324
- "name": "createEvent",
2238
+ "name": "entityLabel",
2325
2239
  "type": {
2326
2240
  "text": "string"
2327
2241
  },
2328
- "description": "String which contains event if we have permission to insert user of empty string if not"
2242
+ "default": "''",
2243
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
2244
+ "fieldName": "entityLabel",
2245
+ "inheritedFrom": {
2246
+ "name": "EntityManagement",
2247
+ "module": "src/entities/entities.ts"
2248
+ }
2329
2249
  },
2330
2250
  {
2331
- "kind": "field",
2332
- "name": "deleteEvent",
2251
+ "name": "async-add",
2333
2252
  "type": {
2334
- "text": "string"
2253
+ "text": "boolean"
2335
2254
  },
2336
- "description": "String which contains event if we have permission to delete user of empty string if not"
2255
+ "default": "false",
2256
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
2257
+ "fieldName": "asyncAdd",
2258
+ "inheritedFrom": {
2259
+ "name": "EntityManagement",
2260
+ "module": "src/entities/entities.ts"
2261
+ }
2337
2262
  },
2338
2263
  {
2339
- "kind": "field",
2340
- "name": "updateEvent",
2264
+ "name": "async-remove",
2341
2265
  "type": {
2342
- "text": "string"
2266
+ "text": "boolean"
2343
2267
  },
2344
- "description": "String which contains event if we have permission to update user of empty string if not"
2268
+ "default": "false",
2269
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
2270
+ "fieldName": "asyncRemove",
2271
+ "inheritedFrom": {
2272
+ "name": "EntityManagement",
2273
+ "module": "src/entities/entities.ts"
2274
+ }
2345
2275
  },
2346
2276
  {
2347
- "kind": "method",
2348
- "name": "deepClone",
2349
- "return": {
2350
- "type": {
2351
- "text": "Node"
2352
- }
2277
+ "name": "async-update",
2278
+ "type": {
2279
+ "text": "boolean"
2280
+ },
2281
+ "default": "true",
2282
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
2283
+ "fieldName": "asyncUpdate",
2284
+ "inheritedFrom": {
2285
+ "name": "EntityManagement",
2286
+ "module": "src/entities/entities.ts"
2353
2287
  }
2354
- }
2355
- ],
2356
- "attributes": [
2288
+ },
2289
+ {
2290
+ "name": "enable-cell-flashing",
2291
+ "type": {
2292
+ "text": "boolean"
2293
+ },
2294
+ "default": "false",
2295
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
2296
+ "fieldName": "enableCellFlashing",
2297
+ "inheritedFrom": {
2298
+ "name": "EntityManagement",
2299
+ "module": "src/entities/entities.ts"
2300
+ }
2301
+ },
2302
+ {
2303
+ "name": "enable-row-flashing",
2304
+ "type": {
2305
+ "text": "boolean"
2306
+ },
2307
+ "default": "false",
2308
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
2309
+ "fieldName": "enableRowFlashing",
2310
+ "inheritedFrom": {
2311
+ "name": "EntityManagement",
2312
+ "module": "src/entities/entities.ts"
2313
+ }
2314
+ },
2357
2315
  {
2358
2316
  "name": "persist-column-state-key",
2359
2317
  "type": {
2360
2318
  "text": "string"
2361
2319
  },
2362
- "default": "'entity_users_management'",
2363
- "description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
2364
- "fieldName": "persistColumnStateKey"
2365
- }
2366
- ],
2367
- "mixins": [
2320
+ "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
2321
+ "fieldName": "persistColumnStateKey",
2322
+ "inheritedFrom": {
2323
+ "name": "EntityManagement",
2324
+ "module": "src/entities/entities.ts"
2325
+ }
2326
+ },
2368
2327
  {
2369
- "name": "LifecycleMixin",
2370
- "package": "@genesislcap/foundation-utils"
2328
+ "name": "size-columns-to-fit",
2329
+ "type": {
2330
+ "text": "boolean"
2331
+ },
2332
+ "fieldName": "sizeColumnsToFit",
2333
+ "inheritedFrom": {
2334
+ "name": "EntityManagement",
2335
+ "module": "src/entities/entities.ts"
2336
+ }
2337
+ },
2338
+ {
2339
+ "name": "enable-filter-bar",
2340
+ "type": {
2341
+ "text": "boolean"
2342
+ },
2343
+ "fieldName": "enableFilterBar",
2344
+ "inheritedFrom": {
2345
+ "name": "EntityManagement",
2346
+ "module": "src/entities/entities.ts"
2347
+ }
2348
+ },
2349
+ {
2350
+ "name": "hide-edit",
2351
+ "type": {
2352
+ "text": "boolean"
2353
+ },
2354
+ "default": "false",
2355
+ "fieldName": "hideEdit",
2356
+ "inheritedFrom": {
2357
+ "name": "EntityManagement",
2358
+ "module": "src/entities/entities.ts"
2359
+ }
2360
+ },
2361
+ {
2362
+ "name": "hide-delete",
2363
+ "type": {
2364
+ "text": "boolean"
2365
+ },
2366
+ "default": "false",
2367
+ "fieldName": "hideDelete",
2368
+ "inheritedFrom": {
2369
+ "name": "EntityManagement",
2370
+ "module": "src/entities/entities.ts"
2371
+ }
2372
+ },
2373
+ {
2374
+ "name": "modal-position",
2375
+ "type": {
2376
+ "text": "'centre' | 'left' | 'right'"
2377
+ },
2378
+ "default": "'right'",
2379
+ "description": "Determines where the modal dialog will appear on screen",
2380
+ "fieldName": "modalPosition",
2381
+ "inheritedFrom": {
2382
+ "name": "EntityManagement",
2383
+ "module": "src/entities/entities.ts"
2384
+ }
2371
2385
  }
2372
- ],
2373
- "superclass": {
2374
- "name": "FASTElement",
2375
- "package": "@microsoft/fast-element"
2376
- },
2377
- "tagName": "user-management",
2378
- "customElement": true
2386
+ ]
2379
2387
  }
2380
2388
  ],
2381
2389
  "exports": [
2382
2390
  {
2383
2391
  "kind": "js",
2384
- "name": "UsersColumnConfig",
2385
- "declaration": {
2386
- "name": "UsersColumnConfig",
2387
- "module": "src/users/users.ts"
2388
- }
2389
- },
2390
- {
2391
- "kind": "js",
2392
- "name": "Users",
2392
+ "name": "Profiles",
2393
2393
  "declaration": {
2394
- "name": "Users",
2395
- "module": "src/users/users.ts"
2394
+ "name": "Profiles",
2395
+ "module": "src/profiles/profiles.ts"
2396
2396
  }
2397
2397
  },
2398
2398
  {
2399
2399
  "kind": "custom-element-definition",
2400
- "name": "user-management",
2400
+ "name": "profile-management",
2401
2401
  "declaration": {
2402
- "name": "Users",
2403
- "module": "src/users/users.ts"
2402
+ "name": "Profiles",
2403
+ "module": "src/profiles/profiles.ts"
2404
2404
  }
2405
2405
  }
2406
2406
  ]