@genesislcap/foundation-entity-management 14.206.2 → 14.206.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1144 -1144
  2. package/package.json +21 -21
@@ -87,6 +87,41 @@
87
87
  }
88
88
  ]
89
89
  },
90
+ {
91
+ "kind": "javascript-module",
92
+ "path": "src/components/components.ts",
93
+ "declarations": [
94
+ {
95
+ "kind": "function",
96
+ "name": "loadRemotes"
97
+ }
98
+ ],
99
+ "exports": [
100
+ {
101
+ "kind": "js",
102
+ "name": "loadRemotes",
103
+ "declaration": {
104
+ "name": "loadRemotes",
105
+ "module": "src/components/components.ts"
106
+ }
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "kind": "javascript-module",
112
+ "path": "src/components/index.ts",
113
+ "declarations": [],
114
+ "exports": [
115
+ {
116
+ "kind": "js",
117
+ "name": "*",
118
+ "declaration": {
119
+ "name": "*",
120
+ "package": "./components"
121
+ }
122
+ }
123
+ ]
124
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -1088,41 +1123,6 @@
1088
1123
  }
1089
1124
  ]
1090
1125
  },
1091
- {
1092
- "kind": "javascript-module",
1093
- "path": "src/components/components.ts",
1094
- "declarations": [
1095
- {
1096
- "kind": "function",
1097
- "name": "loadRemotes"
1098
- }
1099
- ],
1100
- "exports": [
1101
- {
1102
- "kind": "js",
1103
- "name": "loadRemotes",
1104
- "declaration": {
1105
- "name": "loadRemotes",
1106
- "module": "src/components/components.ts"
1107
- }
1108
- }
1109
- ]
1110
- },
1111
- {
1112
- "kind": "javascript-module",
1113
- "path": "src/components/index.ts",
1114
- "declarations": [],
1115
- "exports": [
1116
- {
1117
- "kind": "js",
1118
- "name": "*",
1119
- "declaration": {
1120
- "name": "*",
1121
- "package": "./components"
1122
- }
1123
- }
1124
- ]
1125
- },
1126
1126
  {
1127
1127
  "kind": "javascript-module",
1128
1128
  "path": "src/layouts/default.ts",
@@ -1174,7 +1174,7 @@
1174
1174
  },
1175
1175
  {
1176
1176
  "kind": "javascript-module",
1177
- "path": "src/list/index.ts",
1177
+ "path": "src/main/index.ts",
1178
1178
  "declarations": [],
1179
1179
  "exports": [
1180
1180
  {
@@ -1182,241 +1182,216 @@
1182
1182
  "name": "*",
1183
1183
  "declaration": {
1184
1184
  "name": "*",
1185
- "package": "./list"
1185
+ "package": "./main.template"
1186
1186
  }
1187
- }
1188
- ]
1189
- },
1190
- {
1191
- "kind": "javascript-module",
1192
- "path": "src/list/list.styles.ts",
1193
- "declarations": [
1194
- {
1195
- "kind": "variable",
1196
- "name": "listStyles",
1197
- "default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
1198
- }
1199
- ],
1200
- "exports": [
1187
+ },
1201
1188
  {
1202
1189
  "kind": "js",
1203
- "name": "listStyles",
1190
+ "name": "*",
1204
1191
  "declaration": {
1205
- "name": "listStyles",
1206
- "module": "src/list/list.styles.ts"
1192
+ "name": "*",
1193
+ "package": "./main"
1207
1194
  }
1208
1195
  }
1209
1196
  ]
1210
1197
  },
1211
1198
  {
1212
1199
  "kind": "javascript-module",
1213
- "path": "src/list/list.template.ts",
1200
+ "path": "src/main/main.styles.ts",
1214
1201
  "declarations": [
1215
1202
  {
1216
- "kind": "function",
1217
- "name": "getPrefixedList",
1218
- "parameters": [
1219
- {
1220
- "name": "prefix"
1221
- }
1222
- ]
1203
+ "kind": "variable",
1204
+ "name": "MainStyles",
1205
+ "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`"
1223
1206
  }
1224
1207
  ],
1225
1208
  "exports": [
1226
1209
  {
1227
1210
  "kind": "js",
1228
- "name": "getPrefixedList",
1211
+ "name": "MainStyles",
1229
1212
  "declaration": {
1230
- "name": "getPrefixedList",
1231
- "module": "src/list/list.template.ts"
1213
+ "name": "MainStyles",
1214
+ "module": "src/main/main.styles.ts"
1232
1215
  }
1233
1216
  }
1234
1217
  ]
1235
1218
  },
1236
1219
  {
1237
1220
  "kind": "javascript-module",
1238
- "path": "src/list/list.ts",
1221
+ "path": "src/main/main.template.ts",
1222
+ "declarations": [],
1223
+ "exports": []
1224
+ },
1225
+ {
1226
+ "kind": "javascript-module",
1227
+ "path": "src/main/main.ts",
1239
1228
  "declarations": [
1240
1229
  {
1241
1230
  "kind": "class",
1242
1231
  "description": "",
1243
- "name": "List",
1232
+ "name": "MainApplication",
1244
1233
  "members": [
1245
1234
  {
1246
1235
  "kind": "field",
1247
- "name": "prefix",
1248
- "type": {
1249
- "text": "string"
1250
- },
1251
- "default": "'zero'",
1252
- "description": "Name of the design system prefix that will be used in renderers.",
1253
- "privacy": "public"
1254
- },
1255
- {
1256
- "kind": "field",
1257
- "name": "resourceName",
1258
- "type": {
1259
- "text": "string"
1260
- },
1261
- "default": "''"
1262
- },
1263
- {
1264
- "kind": "field",
1265
- "name": "title",
1266
- "type": {
1267
- "text": "string"
1268
- },
1269
- "default": "''"
1270
- },
1271
- {
1272
- "kind": "field",
1273
- "name": "persistColumnStateKey",
1236
+ "name": "config",
1274
1237
  "type": {
1275
- "text": "string"
1238
+ "text": "MainRouterConfig"
1276
1239
  }
1277
1240
  },
1278
1241
  {
1279
1242
  "kind": "field",
1280
- "name": "sizeColumnsToFit",
1243
+ "name": "connect",
1281
1244
  "type": {
1282
- "text": "boolean"
1245
+ "text": "Connect"
1283
1246
  }
1284
1247
  },
1285
1248
  {
1286
1249
  "kind": "field",
1287
- "name": "rowSelection",
1250
+ "name": "session",
1288
1251
  "type": {
1289
- "text": "string"
1252
+ "text": "Session"
1290
1253
  }
1291
1254
  },
1292
1255
  {
1293
1256
  "kind": "field",
1294
- "name": "enableFilterBar",
1257
+ "name": "container",
1295
1258
  "type": {
1296
- "text": "boolean"
1259
+ "text": "Container"
1297
1260
  }
1298
1261
  },
1299
1262
  {
1300
1263
  "kind": "field",
1301
- "name": "asyncAdd",
1302
- "type": {
1303
- "text": "boolean"
1304
- },
1305
- "default": "false"
1306
- },
1307
- {
1308
- "kind": "field",
1309
- "name": "asyncRemove",
1310
- "type": {
1311
- "text": "boolean"
1312
- },
1313
- "default": "false"
1314
- },
1315
- {
1316
- "kind": "field",
1317
- "name": "asyncUpdate",
1318
- "type": {
1319
- "text": "boolean"
1320
- },
1321
- "default": "true"
1322
- },
1323
- {
1324
- "kind": "field",
1325
- "name": "enableCellFlashing",
1326
- "type": {
1327
- "text": "boolean"
1328
- },
1329
- "default": "false"
1330
- },
1331
- {
1332
- "kind": "field",
1333
- "name": "enableRowFlashing",
1334
- "type": {
1335
- "text": "boolean"
1336
- },
1337
- "default": "false"
1338
- },
1339
- {
1340
- "kind": "field",
1341
- "name": "hideEdit",
1264
+ "name": "provider",
1342
1265
  "type": {
1343
- "text": "boolean"
1344
- },
1345
- "default": "false"
1266
+ "text": "HTMLElement"
1267
+ }
1346
1268
  },
1347
1269
  {
1348
1270
  "kind": "field",
1349
- "name": "hideDelete",
1271
+ "name": "ready",
1350
1272
  "type": {
1351
1273
  "text": "boolean"
1352
1274
  },
1353
1275
  "default": "false"
1354
1276
  },
1355
1277
  {
1356
- "kind": "field",
1357
- "name": "datasourceType",
1358
- "type": {
1359
- "text": "DatasourceType"
1360
- },
1361
- "default": "'client'"
1362
- },
1363
- {
1364
- "kind": "field",
1365
- "name": "headerCaseType",
1366
- "type": {
1367
- "text": "GridProCaseType"
1368
- }
1369
- },
1370
- {
1371
- "kind": "field",
1372
- "name": "grid",
1373
- "type": {
1374
- "text": "ZeroGridPro"
1375
- },
1376
- "privacy": "public"
1278
+ "kind": "method",
1279
+ "name": "onLuminanceToggle"
1377
1280
  },
1378
1281
  {
1379
- "kind": "field",
1380
- "name": "datasource",
1381
- "type": {
1382
- "text": "GridProGenesisDatasource"
1383
- },
1384
- "privacy": "public"
1282
+ "kind": "method",
1283
+ "name": "loadRemotes"
1385
1284
  },
1386
1285
  {
1387
- "kind": "field",
1388
- "name": "gridOptions",
1389
- "type": {
1390
- "text": "GridOptions"
1391
- }
1286
+ "kind": "method",
1287
+ "name": "selectTemplate"
1392
1288
  },
1393
1289
  {
1394
- "kind": "field",
1395
- "name": "columns",
1396
- "type": {
1397
- "text": "ColDef[]"
1398
- }
1290
+ "kind": "method",
1291
+ "name": "registerDIDependencies",
1292
+ "privacy": "private"
1293
+ }
1294
+ ],
1295
+ "superclass": {
1296
+ "name": "FASTElement",
1297
+ "package": "@microsoft/fast-element"
1298
+ },
1299
+ "customElement": true
1300
+ }
1301
+ ],
1302
+ "exports": [
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "MainApplication",
1306
+ "declaration": {
1307
+ "name": "MainApplication",
1308
+ "module": "src/main/main.ts"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "custom-element-definition",
1313
+ "declaration": {
1314
+ "name": "MainApplication",
1315
+ "module": "src/main/main.ts"
1316
+ }
1317
+ }
1318
+ ]
1319
+ },
1320
+ {
1321
+ "kind": "javascript-module",
1322
+ "path": "src/profiles/editProfileSchema.ts",
1323
+ "declarations": [
1324
+ {
1325
+ "kind": "variable",
1326
+ "name": "editProfileFormSchema",
1327
+ "type": {
1328
+ "text": "UiSchema"
1329
+ },
1330
+ "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}"
1331
+ }
1332
+ ],
1333
+ "exports": [
1334
+ {
1335
+ "kind": "js",
1336
+ "name": "editProfileFormSchema",
1337
+ "declaration": {
1338
+ "name": "editProfileFormSchema",
1339
+ "module": "src/profiles/editProfileSchema.ts"
1340
+ }
1341
+ }
1342
+ ]
1343
+ },
1344
+ {
1345
+ "kind": "javascript-module",
1346
+ "path": "src/profiles/profiles.ts",
1347
+ "declarations": [
1348
+ {
1349
+ "kind": "class",
1350
+ "description": "Main class which defined the profile management functionality",
1351
+ "name": "Profiles",
1352
+ "members": [
1353
+ {
1354
+ "kind": "method",
1355
+ "name": "readProfileData",
1356
+ "privacy": "public",
1357
+ "parameters": [
1358
+ {
1359
+ "name": "profile"
1360
+ }
1361
+ ]
1399
1362
  },
1400
1363
  {
1401
- "kind": "field",
1402
- "name": "datasourceConfig",
1403
- "type": {
1404
- "text": "DatasourceConfiguration"
1364
+ "kind": "method",
1365
+ "name": "confirmDelete",
1366
+ "inheritedFrom": {
1367
+ "name": "EntityManagement",
1368
+ "module": "src/entities/entities.ts"
1405
1369
  }
1406
1370
  },
1407
1371
  {
1408
1372
  "kind": "field",
1409
- "name": "actionButtonsConfig",
1373
+ "name": "createEvent",
1410
1374
  "type": {
1411
- "text": "array"
1375
+ "text": "string"
1412
1376
  },
1413
- "default": "[]"
1377
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
1378
+ "privacy": "public",
1379
+ "inheritedFrom": {
1380
+ "name": "EntityManagement",
1381
+ "module": "src/entities/entities.ts"
1382
+ }
1414
1383
  },
1415
1384
  {
1416
1385
  "kind": "field",
1417
1386
  "name": "deleteEvent",
1418
1387
  "type": {
1419
1388
  "text": "string"
1389
+ },
1390
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1391
+ "privacy": "public",
1392
+ "inheritedFrom": {
1393
+ "name": "EntityManagement",
1394
+ "module": "src/entities/entities.ts"
1420
1395
  }
1421
1396
  },
1422
1397
  {
@@ -1424,457 +1399,310 @@
1424
1399
  "name": "updateEvent",
1425
1400
  "type": {
1426
1401
  "text": "string"
1402
+ },
1403
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
1404
+ "privacy": "public",
1405
+ "inheritedFrom": {
1406
+ "name": "EntityManagement",
1407
+ "module": "src/entities/entities.ts"
1427
1408
  }
1428
1409
  },
1429
1410
  {
1430
1411
  "kind": "field",
1431
- "name": "connect",
1412
+ "name": "persistColumnStateKey",
1432
1413
  "type": {
1433
- "text": "Connect"
1414
+ "text": "string"
1434
1415
  },
1435
- "privacy": "protected"
1416
+ "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.",
1417
+ "privacy": "public",
1418
+ "default": "'entity_profiles_management'",
1419
+ "inheritedFrom": {
1420
+ "name": "EntityManagement",
1421
+ "module": "src/entities/entities.ts"
1422
+ }
1436
1423
  },
1437
1424
  {
1438
1425
  "kind": "field",
1439
- "name": "isServerSideDatasource",
1426
+ "name": "updateFormUiSchema",
1440
1427
  "type": {
1441
- "text": "boolean"
1428
+ "text": "UiSchema"
1442
1429
  },
1443
- "readonly": true
1444
- },
1445
- {
1446
- "kind": "method",
1447
- "name": "onCellEditingStopped",
1448
- "privacy": "private",
1449
- "parameters": [
1450
- {
1451
- "name": "event",
1452
- "type": {
1453
- "text": "CellEditRequestEvent"
1454
- }
1455
- }
1456
- ]
1457
- },
1458
- {
1459
- "kind": "method",
1460
- "name": "handleFilterChanged",
1461
- "privacy": "private",
1462
- "parameters": [
1463
- {
1464
- "name": "e"
1465
- }
1466
- ]
1467
- },
1468
- {
1469
- "kind": "method",
1470
- "name": "handleFilterCleared",
1471
- "privacy": "private",
1472
- "parameters": [
1473
- {
1474
- "name": "e"
1475
- }
1476
- ]
1477
- },
1478
- {
1479
- "kind": "method",
1480
- "name": "select",
1481
- "privacy": "private",
1482
- "parameters": [
1483
- {
1484
- "name": "e"
1485
- }
1486
- ]
1487
- },
1488
- {
1489
- "kind": "method",
1490
- "name": "selectionChanged",
1491
- "privacy": "private",
1492
- "parameters": [
1493
- {
1494
- "name": "e",
1495
- "type": {
1496
- "text": "CustomEvent<SelectionChangedEvent>"
1497
- }
1498
- }
1499
- ]
1430
+ "default": "editProfileFormSchema",
1431
+ "inheritedFrom": {
1432
+ "name": "EntityManagement",
1433
+ "module": "src/entities/entities.ts"
1434
+ }
1500
1435
  },
1501
1436
  {
1502
1437
  "kind": "field",
1503
- "name": "edit",
1504
- "privacy": "private"
1438
+ "name": "createFormUiSchema",
1439
+ "type": {
1440
+ "text": "UiSchema"
1441
+ },
1442
+ "default": "editProfileFormSchema",
1443
+ "inheritedFrom": {
1444
+ "name": "EntityManagement",
1445
+ "module": "src/entities/entities.ts"
1446
+ }
1505
1447
  },
1506
1448
  {
1507
- "kind": "method",
1508
- "name": "delete",
1509
- "parameters": [
1510
- {
1511
- "name": "e"
1512
- }
1513
- ]
1514
- }
1515
- ],
1516
- "attributes": [
1517
- {
1518
- "name": "design-system-prefix",
1449
+ "kind": "field",
1450
+ "name": "readEventFn",
1519
1451
  "type": {
1520
- "text": "string"
1452
+ "text": "(...args) => {}"
1521
1453
  },
1522
- "default": "'zero'",
1523
- "description": "Name of the design system prefix that will be used in renderers.",
1524
- "fieldName": "prefix"
1454
+ "inheritedFrom": {
1455
+ "name": "EntityManagement",
1456
+ "module": "src/entities/entities.ts"
1457
+ }
1525
1458
  },
1526
1459
  {
1460
+ "kind": "field",
1527
1461
  "name": "resourceName",
1528
1462
  "type": {
1529
1463
  "text": "string"
1530
1464
  },
1531
- "default": "''",
1532
- "fieldName": "resourceName"
1465
+ "description": "Name of the backend resource which contain the entities to manage",
1466
+ "privacy": "public",
1467
+ "default": "'ALL_PROFILES'",
1468
+ "inheritedFrom": {
1469
+ "name": "EntityManagement",
1470
+ "module": "src/entities/entities.ts"
1471
+ }
1533
1472
  },
1534
1473
  {
1474
+ "kind": "field",
1535
1475
  "name": "title",
1536
1476
  "type": {
1537
1477
  "text": "string"
1538
1478
  },
1539
- "default": "''",
1540
- "fieldName": "title"
1479
+ "description": "Title of the grid",
1480
+ "privacy": "public",
1481
+ "default": "'Profile Management'",
1482
+ "inheritedFrom": {
1483
+ "name": "EntityManagement",
1484
+ "module": "src/entities/entities.ts"
1485
+ }
1541
1486
  },
1542
1487
  {
1543
- "name": "persist-column-state-key",
1488
+ "kind": "field",
1489
+ "name": "entityLabel",
1544
1490
  "type": {
1545
1491
  "text": "string"
1546
1492
  },
1547
- "fieldName": "persistColumnStateKey"
1493
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1494
+ "privacy": "public",
1495
+ "default": "'Profile'",
1496
+ "inheritedFrom": {
1497
+ "name": "EntityManagement",
1498
+ "module": "src/entities/entities.ts"
1499
+ }
1548
1500
  },
1549
1501
  {
1550
- "name": "size-columns-to-fit",
1502
+ "kind": "field",
1503
+ "name": "connect",
1551
1504
  "type": {
1552
- "text": "boolean"
1505
+ "text": "Connect"
1553
1506
  },
1554
- "fieldName": "sizeColumnsToFit"
1555
- },
1556
- {
1557
- "name": "row-selection",
1507
+ "privacy": "protected",
1508
+ "description": "DI connect object which is used to interact with the backend.",
1509
+ "inheritedFrom": {
1510
+ "name": "EntityManagement",
1511
+ "module": "src/entities/entities.ts"
1512
+ }
1513
+ },
1514
+ {
1515
+ "kind": "field",
1516
+ "name": "prefix",
1558
1517
  "type": {
1559
1518
  "text": "string"
1560
1519
  },
1561
- "fieldName": "rowSelection"
1520
+ "default": "'zero'",
1521
+ "description": "Name of the design system prefix that will be used in renderers.",
1522
+ "privacy": "public",
1523
+ "inheritedFrom": {
1524
+ "name": "EntityManagement",
1525
+ "module": "src/entities/entities.ts"
1526
+ }
1562
1527
  },
1563
1528
  {
1564
- "name": "enable-filter-bar",
1529
+ "kind": "field",
1530
+ "name": "readEvent",
1565
1531
  "type": {
1566
- "text": "boolean"
1532
+ "text": "string"
1567
1533
  },
1568
- "fieldName": "enableFilterBar"
1534
+ "inheritedFrom": {
1535
+ "name": "EntityManagement",
1536
+ "module": "src/entities/entities.ts"
1537
+ }
1569
1538
  },
1570
1539
  {
1571
- "name": "async-add",
1540
+ "kind": "field",
1541
+ "name": "readonly",
1572
1542
  "type": {
1573
1543
  "text": "boolean"
1574
1544
  },
1575
- "default": "false",
1576
- "fieldName": "asyncAdd"
1545
+ "inheritedFrom": {
1546
+ "name": "EntityManagement",
1547
+ "module": "src/entities/entities.ts"
1548
+ }
1577
1549
  },
1578
1550
  {
1579
- "name": "async-remove",
1551
+ "kind": "field",
1552
+ "name": "asyncAdd",
1580
1553
  "type": {
1581
1554
  "text": "boolean"
1582
1555
  },
1583
1556
  "default": "false",
1584
- "fieldName": "asyncRemove"
1557
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1558
+ "privacy": "public",
1559
+ "inheritedFrom": {
1560
+ "name": "EntityManagement",
1561
+ "module": "src/entities/entities.ts"
1562
+ }
1585
1563
  },
1586
1564
  {
1587
- "name": "async-update",
1565
+ "kind": "field",
1566
+ "name": "asyncRemove",
1588
1567
  "type": {
1589
1568
  "text": "boolean"
1590
1569
  },
1591
- "default": "true",
1592
- "fieldName": "asyncUpdate"
1570
+ "default": "false",
1571
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1572
+ "privacy": "public",
1573
+ "inheritedFrom": {
1574
+ "name": "EntityManagement",
1575
+ "module": "src/entities/entities.ts"
1576
+ }
1593
1577
  },
1594
1578
  {
1595
- "name": "enable-cell-flashing",
1579
+ "kind": "field",
1580
+ "name": "asyncUpdate",
1596
1581
  "type": {
1597
1582
  "text": "boolean"
1598
1583
  },
1599
- "default": "false",
1600
- "fieldName": "enableCellFlashing"
1584
+ "default": "true",
1585
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1586
+ "privacy": "public",
1587
+ "inheritedFrom": {
1588
+ "name": "EntityManagement",
1589
+ "module": "src/entities/entities.ts"
1590
+ }
1601
1591
  },
1602
1592
  {
1603
- "name": "enable-row-flashing",
1593
+ "kind": "field",
1594
+ "name": "rowSelection",
1604
1595
  "type": {
1605
- "text": "boolean"
1596
+ "text": "string"
1606
1597
  },
1607
- "default": "false",
1608
- "fieldName": "enableRowFlashing"
1598
+ "default": "'single'",
1599
+ "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1600
+ "privacy": "public",
1601
+ "inheritedFrom": {
1602
+ "name": "EntityManagement",
1603
+ "module": "src/entities/entities.ts"
1604
+ }
1609
1605
  },
1610
1606
  {
1611
- "name": "hide-edit",
1607
+ "kind": "field",
1608
+ "name": "enableCellFlashing",
1612
1609
  "type": {
1613
1610
  "text": "boolean"
1614
1611
  },
1615
1612
  "default": "false",
1616
- "fieldName": "hideEdit"
1613
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1614
+ "privacy": "public",
1615
+ "inheritedFrom": {
1616
+ "name": "EntityManagement",
1617
+ "module": "src/entities/entities.ts"
1618
+ }
1617
1619
  },
1618
1620
  {
1619
- "name": "hide-delete",
1621
+ "kind": "field",
1622
+ "name": "enableRowFlashing",
1620
1623
  "type": {
1621
1624
  "text": "boolean"
1622
1625
  },
1623
1626
  "default": "false",
1624
- "fieldName": "hideDelete"
1627
+ "description": "If true, will enable row flashing for all rows for `add` transactions",
1628
+ "privacy": "public",
1629
+ "inheritedFrom": {
1630
+ "name": "EntityManagement",
1631
+ "module": "src/entities/entities.ts"
1632
+ }
1625
1633
  },
1626
1634
  {
1627
- "name": "datasource-type",
1635
+ "kind": "field",
1636
+ "name": "datasourceType",
1628
1637
  "type": {
1629
1638
  "text": "DatasourceType"
1630
1639
  },
1631
1640
  "default": "'client'",
1632
- "fieldName": "datasourceType"
1641
+ "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
1642
+ "privacy": "public",
1643
+ "inheritedFrom": {
1644
+ "name": "EntityManagement",
1645
+ "module": "src/entities/entities.ts"
1646
+ }
1633
1647
  },
1634
- {
1635
- "name": "header-case-type",
1636
- "type": {
1637
- "text": "GridProCaseType"
1638
- },
1639
- "fieldName": "headerCaseType"
1640
- }
1641
- ],
1642
- "mixins": [
1643
- {
1644
- "name": "LifecycleMixin",
1645
- "package": "@genesislcap/foundation-utils"
1646
- }
1647
- ],
1648
- "superclass": {
1649
- "name": "FASTElement",
1650
- "package": "@microsoft/fast-element"
1651
- },
1652
- "tagName": "entity-list",
1653
- "customElement": true
1654
- }
1655
- ],
1656
- "exports": [
1657
- {
1658
- "kind": "js",
1659
- "name": "List",
1660
- "declaration": {
1661
- "name": "List",
1662
- "module": "src/list/list.ts"
1663
- }
1664
- },
1665
- {
1666
- "kind": "custom-element-definition",
1667
- "name": "entity-list",
1668
- "declaration": {
1669
- "name": "List",
1670
- "module": "src/list/list.ts"
1671
- }
1672
- }
1673
- ]
1674
- },
1675
- {
1676
- "kind": "javascript-module",
1677
- "path": "src/main/index.ts",
1678
- "declarations": [],
1679
- "exports": [
1680
- {
1681
- "kind": "js",
1682
- "name": "*",
1683
- "declaration": {
1684
- "name": "*",
1685
- "package": "./main.template"
1686
- }
1687
- },
1688
- {
1689
- "kind": "js",
1690
- "name": "*",
1691
- "declaration": {
1692
- "name": "*",
1693
- "package": "./main"
1694
- }
1695
- }
1696
- ]
1697
- },
1698
- {
1699
- "kind": "javascript-module",
1700
- "path": "src/main/main.styles.ts",
1701
- "declarations": [
1702
- {
1703
- "kind": "variable",
1704
- "name": "MainStyles",
1705
- "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`"
1706
- }
1707
- ],
1708
- "exports": [
1709
- {
1710
- "kind": "js",
1711
- "name": "MainStyles",
1712
- "declaration": {
1713
- "name": "MainStyles",
1714
- "module": "src/main/main.styles.ts"
1715
- }
1716
- }
1717
- ]
1718
- },
1719
- {
1720
- "kind": "javascript-module",
1721
- "path": "src/main/main.template.ts",
1722
- "declarations": [],
1723
- "exports": []
1724
- },
1725
- {
1726
- "kind": "javascript-module",
1727
- "path": "src/main/main.ts",
1728
- "declarations": [
1729
- {
1730
- "kind": "class",
1731
- "description": "",
1732
- "name": "MainApplication",
1733
- "members": [
1734
1648
  {
1735
1649
  "kind": "field",
1736
- "name": "config",
1650
+ "name": "gridOptions",
1737
1651
  "type": {
1738
- "text": "MainRouterConfig"
1652
+ "text": "GridOptions"
1653
+ },
1654
+ "description": "GridOptions to be passed down from application",
1655
+ "privacy": "public",
1656
+ "inheritedFrom": {
1657
+ "name": "EntityManagement",
1658
+ "module": "src/entities/entities.ts"
1739
1659
  }
1740
1660
  },
1741
1661
  {
1742
1662
  "kind": "field",
1743
- "name": "connect",
1663
+ "name": "columns",
1744
1664
  "type": {
1745
- "text": "Connect"
1665
+ "text": "ColDef[]"
1666
+ },
1667
+ "description": "Array which holds the column definitions.",
1668
+ "privacy": "public",
1669
+ "inheritedFrom": {
1670
+ "name": "EntityManagement",
1671
+ "module": "src/entities/entities.ts"
1746
1672
  }
1747
1673
  },
1748
1674
  {
1749
1675
  "kind": "field",
1750
- "name": "session",
1676
+ "name": "datasourceConfig",
1751
1677
  "type": {
1752
- "text": "Session"
1678
+ "text": "DatasourceConfiguration"
1679
+ },
1680
+ "description": "The configuration which is used when interacting with the resource on the backend",
1681
+ "privacy": "public",
1682
+ "inheritedFrom": {
1683
+ "name": "EntityManagement",
1684
+ "module": "src/entities/entities.ts"
1753
1685
  }
1754
1686
  },
1755
1687
  {
1756
1688
  "kind": "field",
1757
- "name": "container",
1689
+ "name": "formUiSchema",
1758
1690
  "type": {
1759
- "text": "Container"
1691
+ "text": "UiSchema"
1692
+ },
1693
+ "inheritedFrom": {
1694
+ "name": "EntityManagement",
1695
+ "module": "src/entities/entities.ts"
1760
1696
  }
1761
1697
  },
1762
1698
  {
1763
1699
  "kind": "field",
1764
- "name": "provider",
1700
+ "name": "formRenderers",
1765
1701
  "type": {
1766
- "text": "HTMLElement"
1767
- }
1768
- },
1769
- {
1770
- "kind": "field",
1771
- "name": "ready",
1772
- "type": {
1773
- "text": "boolean"
1774
- },
1775
- "default": "false"
1776
- },
1777
- {
1778
- "kind": "method",
1779
- "name": "onLuminanceToggle"
1780
- },
1781
- {
1782
- "kind": "method",
1783
- "name": "loadRemotes"
1784
- },
1785
- {
1786
- "kind": "method",
1787
- "name": "selectTemplate"
1788
- },
1789
- {
1790
- "kind": "method",
1791
- "name": "registerDIDependencies",
1792
- "privacy": "private"
1793
- }
1794
- ],
1795
- "superclass": {
1796
- "name": "FASTElement",
1797
- "package": "@microsoft/fast-element"
1798
- },
1799
- "customElement": true
1800
- }
1801
- ],
1802
- "exports": [
1803
- {
1804
- "kind": "js",
1805
- "name": "MainApplication",
1806
- "declaration": {
1807
- "name": "MainApplication",
1808
- "module": "src/main/main.ts"
1809
- }
1810
- },
1811
- {
1812
- "kind": "custom-element-definition",
1813
- "declaration": {
1814
- "name": "MainApplication",
1815
- "module": "src/main/main.ts"
1816
- }
1817
- }
1818
- ]
1819
- },
1820
- {
1821
- "kind": "javascript-module",
1822
- "path": "src/profiles/editProfileSchema.ts",
1823
- "declarations": [
1824
- {
1825
- "kind": "variable",
1826
- "name": "editProfileFormSchema",
1827
- "type": {
1828
- "text": "UiSchema"
1829
- },
1830
- "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}"
1831
- }
1832
- ],
1833
- "exports": [
1834
- {
1835
- "kind": "js",
1836
- "name": "editProfileFormSchema",
1837
- "declaration": {
1838
- "name": "editProfileFormSchema",
1839
- "module": "src/profiles/editProfileSchema.ts"
1840
- }
1841
- }
1842
- ]
1843
- },
1844
- {
1845
- "kind": "javascript-module",
1846
- "path": "src/profiles/profiles.ts",
1847
- "declarations": [
1848
- {
1849
- "kind": "class",
1850
- "description": "Main class which defined the profile management functionality",
1851
- "name": "Profiles",
1852
- "members": [
1853
- {
1854
- "kind": "method",
1855
- "name": "readProfileData",
1856
- "privacy": "public",
1857
- "parameters": [
1858
- {
1859
- "name": "profile"
1860
- }
1861
- ]
1862
- },
1863
- {
1864
- "kind": "method",
1865
- "name": "confirmDelete",
1866
- "inheritedFrom": {
1867
- "name": "EntityManagement",
1868
- "module": "src/entities/entities.ts"
1869
- }
1870
- },
1871
- {
1872
- "kind": "field",
1873
- "name": "createEvent",
1874
- "type": {
1875
- "text": "string"
1702
+ "text": "RendererEntry[]"
1876
1703
  },
1877
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1704
+ "default": "renderers",
1705
+ "description": "Array with renderers used by foundation-forms",
1878
1706
  "privacy": "public",
1879
1707
  "inheritedFrom": {
1880
1708
  "name": "EntityManagement",
@@ -1883,11 +1711,11 @@
1883
1711
  },
1884
1712
  {
1885
1713
  "kind": "field",
1886
- "name": "deleteEvent",
1714
+ "name": "selectedEntity",
1887
1715
  "type": {
1888
- "text": "string"
1716
+ "text": "Record<string, unknown>"
1889
1717
  },
1890
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1718
+ "description": "Reference to the currently selected entity from the grid.",
1891
1719
  "privacy": "public",
1892
1720
  "inheritedFrom": {
1893
1721
  "name": "EntityManagement",
@@ -1896,11 +1724,11 @@
1896
1724
  },
1897
1725
  {
1898
1726
  "kind": "field",
1899
- "name": "updateEvent",
1727
+ "name": "editedEntity",
1900
1728
  "type": {
1901
- "text": "string"
1729
+ "text": "Record<string, unknown>"
1902
1730
  },
1903
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1731
+ "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
1904
1732
  "privacy": "public",
1905
1733
  "inheritedFrom": {
1906
1734
  "name": "EntityManagement",
@@ -1909,25 +1737,12 @@
1909
1737
  },
1910
1738
  {
1911
1739
  "kind": "field",
1912
- "name": "persistColumnStateKey",
1740
+ "name": "defaultEntityValues",
1913
1741
  "type": {
1914
- "text": "string"
1742
+ "text": "Record<string, unknown>"
1915
1743
  },
1916
- "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.",
1744
+ "description": "The default values to populate the form with when the user is adding an entity",
1917
1745
  "privacy": "public",
1918
- "default": "'entity_profiles_management'",
1919
- "inheritedFrom": {
1920
- "name": "EntityManagement",
1921
- "module": "src/entities/entities.ts"
1922
- }
1923
- },
1924
- {
1925
- "kind": "field",
1926
- "name": "updateFormUiSchema",
1927
- "type": {
1928
- "text": "UiSchema"
1929
- },
1930
- "default": "editProfileFormSchema",
1931
1746
  "inheritedFrom": {
1932
1747
  "name": "EntityManagement",
1933
1748
  "module": "src/entities/entities.ts"
@@ -1935,11 +1750,10 @@
1935
1750
  },
1936
1751
  {
1937
1752
  "kind": "field",
1938
- "name": "createFormUiSchema",
1753
+ "name": "submitting",
1939
1754
  "type": {
1940
- "text": "UiSchema"
1755
+ "text": "boolean"
1941
1756
  },
1942
- "default": "editProfileFormSchema",
1943
1757
  "inheritedFrom": {
1944
1758
  "name": "EntityManagement",
1945
1759
  "module": "src/entities/entities.ts"
@@ -1947,10 +1761,11 @@
1947
1761
  },
1948
1762
  {
1949
1763
  "kind": "field",
1950
- "name": "readEventFn",
1764
+ "name": "modalFormType",
1951
1765
  "type": {
1952
- "text": "(...args) => {}"
1766
+ "text": "ModalFormType"
1953
1767
  },
1768
+ "description": "The type of form that is currently being displayed in the modal",
1954
1769
  "inheritedFrom": {
1955
1770
  "name": "EntityManagement",
1956
1771
  "module": "src/entities/entities.ts"
@@ -1958,27 +1773,19 @@
1958
1773
  },
1959
1774
  {
1960
1775
  "kind": "field",
1961
- "name": "resourceName",
1776
+ "name": "editModalVisible",
1962
1777
  "type": {
1963
- "text": "string"
1778
+ "text": "boolean"
1964
1779
  },
1965
- "description": "Name of the backend resource which contain the entities to manage",
1966
- "privacy": "public",
1967
- "default": "'ALL_PROFILES'",
1780
+ "default": "false",
1968
1781
  "inheritedFrom": {
1969
1782
  "name": "EntityManagement",
1970
1783
  "module": "src/entities/entities.ts"
1971
1784
  }
1972
1785
  },
1973
1786
  {
1974
- "kind": "field",
1975
- "name": "title",
1976
- "type": {
1977
- "text": "string"
1978
- },
1979
- "description": "Title of the grid",
1980
- "privacy": "public",
1981
- "default": "'Profile Management'",
1787
+ "kind": "method",
1788
+ "name": "editModalVisibleChanged",
1982
1789
  "inheritedFrom": {
1983
1790
  "name": "EntityManagement",
1984
1791
  "module": "src/entities/entities.ts"
@@ -1986,13 +1793,11 @@
1986
1793
  },
1987
1794
  {
1988
1795
  "kind": "field",
1989
- "name": "entityLabel",
1796
+ "name": "editEntityModal",
1990
1797
  "type": {
1991
- "text": "string"
1798
+ "text": "Modal"
1992
1799
  },
1993
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1994
1800
  "privacy": "public",
1995
- "default": "'Profile'",
1996
1801
  "inheritedFrom": {
1997
1802
  "name": "EntityManagement",
1998
1803
  "module": "src/entities/entities.ts"
@@ -2000,12 +1805,10 @@
2000
1805
  },
2001
1806
  {
2002
1807
  "kind": "field",
2003
- "name": "connect",
1808
+ "name": "sizeColumnsToFit",
2004
1809
  "type": {
2005
- "text": "Connect"
1810
+ "text": "boolean"
2006
1811
  },
2007
- "privacy": "protected",
2008
- "description": "DI connect object which is used to interact with the backend.",
2009
1812
  "inheritedFrom": {
2010
1813
  "name": "EntityManagement",
2011
1814
  "module": "src/entities/entities.ts"
@@ -2013,13 +1816,10 @@
2013
1816
  },
2014
1817
  {
2015
1818
  "kind": "field",
2016
- "name": "prefix",
1819
+ "name": "enableFilterBar",
2017
1820
  "type": {
2018
- "text": "string"
1821
+ "text": "boolean"
2019
1822
  },
2020
- "default": "'zero'",
2021
- "description": "Name of the design system prefix that will be used in renderers.",
2022
- "privacy": "public",
2023
1823
  "inheritedFrom": {
2024
1824
  "name": "EntityManagement",
2025
1825
  "module": "src/entities/entities.ts"
@@ -2027,10 +1827,11 @@
2027
1827
  },
2028
1828
  {
2029
1829
  "kind": "field",
2030
- "name": "readEvent",
1830
+ "name": "hideEdit",
2031
1831
  "type": {
2032
- "text": "string"
1832
+ "text": "boolean"
2033
1833
  },
1834
+ "default": "false",
2034
1835
  "inheritedFrom": {
2035
1836
  "name": "EntityManagement",
2036
1837
  "module": "src/entities/entities.ts"
@@ -2038,10 +1839,11 @@
2038
1839
  },
2039
1840
  {
2040
1841
  "kind": "field",
2041
- "name": "readonly",
1842
+ "name": "hideDelete",
2042
1843
  "type": {
2043
1844
  "text": "boolean"
2044
1845
  },
1846
+ "default": "false",
2045
1847
  "inheritedFrom": {
2046
1848
  "name": "EntityManagement",
2047
1849
  "module": "src/entities/entities.ts"
@@ -2049,12 +1851,12 @@
2049
1851
  },
2050
1852
  {
2051
1853
  "kind": "field",
2052
- "name": "asyncAdd",
1854
+ "name": "enableSearchBar",
2053
1855
  "type": {
2054
1856
  "text": "boolean"
2055
1857
  },
2056
1858
  "default": "false",
2057
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1859
+ "description": "This attribute controls whether to enable the search-bar.",
2058
1860
  "privacy": "public",
2059
1861
  "inheritedFrom": {
2060
1862
  "name": "EntityManagement",
@@ -2063,12 +1865,11 @@
2063
1865
  },
2064
1866
  {
2065
1867
  "kind": "field",
2066
- "name": "asyncRemove",
1868
+ "name": "headerCaseType",
2067
1869
  "type": {
2068
- "text": "boolean"
1870
+ "text": "GridProCaseType"
2069
1871
  },
2070
- "default": "false",
2071
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1872
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2072
1873
  "privacy": "public",
2073
1874
  "inheritedFrom": {
2074
1875
  "name": "EntityManagement",
@@ -2077,13 +1878,10 @@
2077
1878
  },
2078
1879
  {
2079
1880
  "kind": "field",
2080
- "name": "asyncUpdate",
1881
+ "name": "searchBarConfig",
2081
1882
  "type": {
2082
- "text": "boolean"
1883
+ "text": "AvailableOption[]"
2083
1884
  },
2084
- "default": "true",
2085
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
2086
- "privacy": "public",
2087
1885
  "inheritedFrom": {
2088
1886
  "name": "EntityManagement",
2089
1887
  "module": "src/entities/entities.ts"
@@ -2091,12 +1889,12 @@
2091
1889
  },
2092
1890
  {
2093
1891
  "kind": "field",
2094
- "name": "rowSelection",
1892
+ "name": "modalPosition",
2095
1893
  "type": {
2096
- "text": "string"
1894
+ "text": "'centre' | 'left' | 'right'"
2097
1895
  },
2098
- "default": "'single'",
2099
- "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1896
+ "default": "'right'",
1897
+ "description": "Determines where the modal dialog will appear on screen",
2100
1898
  "privacy": "public",
2101
1899
  "inheritedFrom": {
2102
1900
  "name": "EntityManagement",
@@ -2105,12 +1903,11 @@
2105
1903
  },
2106
1904
  {
2107
1905
  "kind": "field",
2108
- "name": "enableCellFlashing",
1906
+ "name": "crudMenuPosition",
2109
1907
  "type": {
2110
- "text": "boolean"
1908
+ "text": "CrudMenuPosition"
2111
1909
  },
2112
- "default": "false",
2113
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1910
+ "description": "Determines where the buttons will appear",
2114
1911
  "privacy": "public",
2115
1912
  "inheritedFrom": {
2116
1913
  "name": "EntityManagement",
@@ -2119,12 +1916,11 @@
2119
1916
  },
2120
1917
  {
2121
1918
  "kind": "field",
2122
- "name": "enableRowFlashing",
1919
+ "name": "crudMenuStyle",
2123
1920
  "type": {
2124
- "text": "boolean"
1921
+ "text": "ActionsMenuStyle"
2125
1922
  },
2126
- "default": "false",
2127
- "description": "If true, will enable row flashing for all rows for `add` transactions",
1923
+ "description": "Determines the style of the buttons",
2128
1924
  "privacy": "public",
2129
1925
  "inheritedFrom": {
2130
1926
  "name": "EntityManagement",
@@ -2133,13 +1929,12 @@
2133
1929
  },
2134
1930
  {
2135
1931
  "kind": "field",
2136
- "name": "datasourceType",
1932
+ "name": "crudActionMenuName",
2137
1933
  "type": {
2138
- "text": "DatasourceType"
1934
+ "text": "string"
2139
1935
  },
2140
- "default": "'client'",
2141
- "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
2142
- "privacy": "public",
1936
+ "default": "''",
1937
+ "description": "The label of the crud action menu",
2143
1938
  "inheritedFrom": {
2144
1939
  "name": "EntityManagement",
2145
1940
  "module": "src/entities/entities.ts"
@@ -2147,25 +1942,28 @@
2147
1942
  },
2148
1943
  {
2149
1944
  "kind": "field",
2150
- "name": "gridOptions",
2151
- "type": {
2152
- "text": "GridOptions"
2153
- },
2154
- "description": "GridOptions to be passed down from application",
1945
+ "name": "crudMenuWrapper",
2155
1946
  "privacy": "public",
1947
+ "description": "The Id of the crud buttons wrapper element",
2156
1948
  "inheritedFrom": {
2157
1949
  "name": "EntityManagement",
2158
1950
  "module": "src/entities/entities.ts"
2159
1951
  }
2160
1952
  },
2161
1953
  {
2162
- "kind": "field",
2163
- "name": "columns",
2164
- "type": {
2165
- "text": "ColDef[]"
2166
- },
2167
- "description": "Array which holds the column definitions.",
1954
+ "kind": "method",
1955
+ "name": "getTitleBasedOnActionOrType",
2168
1956
  "privacy": "public",
1957
+ "parameters": [
1958
+ {
1959
+ "name": "actionOrType",
1960
+ "type": {
1961
+ "text": "CrudAction | ModalFormType"
1962
+ },
1963
+ "description": "The crud action or modal form type"
1964
+ }
1965
+ ],
1966
+ "description": "The helper function to determine the title of the modal form or button based on the action or type",
2169
1967
  "inheritedFrom": {
2170
1968
  "name": "EntityManagement",
2171
1969
  "module": "src/entities/entities.ts"
@@ -2173,12 +1971,9 @@
2173
1971
  },
2174
1972
  {
2175
1973
  "kind": "field",
2176
- "name": "datasourceConfig",
2177
- "type": {
2178
- "text": "DatasourceConfiguration"
2179
- },
2180
- "description": "The configuration which is used when interacting with the resource on the backend",
2181
- "privacy": "public",
1974
+ "name": "modalFormTitle",
1975
+ "description": "Getter for the title of the modal form",
1976
+ "readonly": true,
2182
1977
  "inheritedFrom": {
2183
1978
  "name": "EntityManagement",
2184
1979
  "module": "src/entities/entities.ts"
@@ -2186,10 +1981,12 @@
2186
1981
  },
2187
1982
  {
2188
1983
  "kind": "field",
2189
- "name": "formUiSchema",
1984
+ "name": "shouldHideEditInColumn",
2190
1985
  "type": {
2191
- "text": "UiSchema"
1986
+ "text": "boolean"
2192
1987
  },
1988
+ "description": "Determines whether the button edit should be hidden in the column",
1989
+ "readonly": true,
2193
1990
  "inheritedFrom": {
2194
1991
  "name": "EntityManagement",
2195
1992
  "module": "src/entities/entities.ts"
@@ -2197,13 +1994,12 @@
2197
1994
  },
2198
1995
  {
2199
1996
  "kind": "field",
2200
- "name": "formRenderers",
1997
+ "name": "shouldHideDeleteInColumn",
2201
1998
  "type": {
2202
- "text": "RendererEntry[]"
1999
+ "text": "boolean"
2203
2000
  },
2204
- "default": "renderers",
2205
- "description": "Array with renderers used by foundation-forms",
2206
- "privacy": "public",
2001
+ "description": "Determines whether the button delete should be hidden in the column",
2002
+ "readonly": true,
2207
2003
  "inheritedFrom": {
2208
2004
  "name": "EntityManagement",
2209
2005
  "module": "src/entities/entities.ts"
@@ -2211,73 +2007,87 @@
2211
2007
  },
2212
2008
  {
2213
2009
  "kind": "field",
2214
- "name": "selectedEntity",
2010
+ "name": "hasSelectedEntity",
2215
2011
  "type": {
2216
- "text": "Record<string, unknown>"
2012
+ "text": "boolean"
2217
2013
  },
2218
- "description": "Reference to the currently selected entity from the grid.",
2219
- "privacy": "public",
2014
+ "description": "Determines whether there is a selected entity",
2015
+ "readonly": true,
2220
2016
  "inheritedFrom": {
2221
2017
  "name": "EntityManagement",
2222
2018
  "module": "src/entities/entities.ts"
2223
2019
  }
2224
2020
  },
2225
2021
  {
2226
- "kind": "field",
2227
- "name": "editedEntity",
2228
- "type": {
2229
- "text": "Record<string, unknown>"
2230
- },
2231
- "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
2022
+ "kind": "method",
2023
+ "name": "hasContentInSlot",
2232
2024
  "privacy": "public",
2233
- "inheritedFrom": {
2234
- "name": "EntityManagement",
2235
- "module": "src/entities/entities.ts"
2236
- }
2237
- },
2238
- {
2239
- "kind": "field",
2240
- "name": "defaultEntityValues",
2241
- "type": {
2242
- "text": "Record<string, unknown>"
2025
+ "return": {
2026
+ "type": {
2027
+ "text": ""
2028
+ }
2243
2029
  },
2244
- "description": "The default values to populate the form with when the user is adding an entity",
2245
- "privacy": "public",
2030
+ "parameters": [
2031
+ {
2032
+ "name": "slotName",
2033
+ "type": {
2034
+ "text": "string"
2035
+ },
2036
+ "description": "The name of the slot to check."
2037
+ }
2038
+ ],
2039
+ "description": "Checks if a slot contains any content.",
2246
2040
  "inheritedFrom": {
2247
2041
  "name": "EntityManagement",
2248
2042
  "module": "src/entities/entities.ts"
2249
2043
  }
2250
2044
  },
2251
2045
  {
2252
- "kind": "field",
2253
- "name": "submitting",
2254
- "type": {
2255
- "text": "boolean"
2046
+ "kind": "method",
2047
+ "name": "deepClone",
2048
+ "return": {
2049
+ "type": {
2050
+ "text": "Node"
2051
+ }
2256
2052
  },
2053
+ "description": "Override the deepClone method to ensure that observable attributes are cloned",
2054
+ "privacy": "public",
2257
2055
  "inheritedFrom": {
2258
2056
  "name": "EntityManagement",
2259
2057
  "module": "src/entities/entities.ts"
2260
2058
  }
2261
2059
  },
2262
2060
  {
2263
- "kind": "field",
2264
- "name": "modalFormType",
2265
- "type": {
2266
- "text": "ModalFormType"
2267
- },
2268
- "description": "The type of form that is currently being displayed in the modal",
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",
2269
2074
  "inheritedFrom": {
2270
2075
  "name": "EntityManagement",
2271
2076
  "module": "src/entities/entities.ts"
2272
2077
  }
2273
2078
  },
2274
2079
  {
2275
- "kind": "field",
2276
- "name": "editModalVisible",
2277
- "type": {
2278
- "text": "boolean"
2279
- },
2280
- "default": "false",
2080
+ "kind": "method",
2081
+ "name": "readEntity",
2082
+ "privacy": "private",
2083
+ "parameters": [
2084
+ {
2085
+ "name": "e",
2086
+ "type": {
2087
+ "text": "CustomEvent"
2088
+ }
2089
+ }
2090
+ ],
2281
2091
  "inheritedFrom": {
2282
2092
  "name": "EntityManagement",
2283
2093
  "module": "src/entities/entities.ts"
@@ -2285,7 +2095,8 @@
2285
2095
  },
2286
2096
  {
2287
2097
  "kind": "method",
2288
- "name": "editModalVisibleChanged",
2098
+ "name": "closeModal",
2099
+ "privacy": "public",
2289
2100
  "inheritedFrom": {
2290
2101
  "name": "EntityManagement",
2291
2102
  "module": "src/entities/entities.ts"
@@ -2293,11 +2104,8 @@
2293
2104
  },
2294
2105
  {
2295
2106
  "kind": "field",
2296
- "name": "editEntityModal",
2297
- "type": {
2298
- "text": "Modal"
2299
- },
2300
- "privacy": "public",
2107
+ "name": "headerTempalate",
2108
+ "readonly": true,
2301
2109
  "inheritedFrom": {
2302
2110
  "name": "EntityManagement",
2303
2111
  "module": "src/entities/entities.ts"
@@ -2305,709 +2113,957 @@
2305
2113
  },
2306
2114
  {
2307
2115
  "kind": "field",
2308
- "name": "sizeColumnsToFit",
2116
+ "name": "isServerSideDatasource",
2309
2117
  "type": {
2310
2118
  "text": "boolean"
2311
2119
  },
2120
+ "readonly": true,
2312
2121
  "inheritedFrom": {
2313
2122
  "name": "EntityManagement",
2314
2123
  "module": "src/entities/entities.ts"
2315
2124
  }
2316
2125
  },
2317
2126
  {
2318
- "kind": "field",
2319
- "name": "enableFilterBar",
2320
- "type": {
2321
- "text": "boolean"
2322
- },
2127
+ "kind": "method",
2128
+ "name": "searchChanged",
2129
+ "privacy": "public",
2130
+ "parameters": [
2131
+ {
2132
+ "name": "event",
2133
+ "type": {
2134
+ "text": "CustomEvent<Array<SelectedOption>>"
2135
+ }
2136
+ }
2137
+ ],
2323
2138
  "inheritedFrom": {
2324
2139
  "name": "EntityManagement",
2325
2140
  "module": "src/entities/entities.ts"
2326
2141
  }
2327
2142
  },
2328
2143
  {
2329
- "kind": "field",
2330
- "name": "hideEdit",
2331
- "type": {
2332
- "text": "boolean"
2333
- },
2334
- "default": "false",
2144
+ "kind": "method",
2145
+ "name": "searchBarReqServer",
2146
+ "parameters": [
2147
+ {
2148
+ "name": "options",
2149
+ "type": {
2150
+ "text": "SelectedOption<string>[]"
2151
+ }
2152
+ }
2153
+ ],
2335
2154
  "inheritedFrom": {
2336
2155
  "name": "EntityManagement",
2337
2156
  "module": "src/entities/entities.ts"
2338
2157
  }
2339
2158
  },
2340
2159
  {
2341
- "kind": "field",
2342
- "name": "hideDelete",
2343
- "type": {
2344
- "text": "boolean"
2345
- },
2346
- "default": "false",
2160
+ "kind": "method",
2161
+ "name": "searchBarDataserver",
2162
+ "parameters": [
2163
+ {
2164
+ "name": "options",
2165
+ "type": {
2166
+ "text": "SelectedOption<string>[]"
2167
+ }
2168
+ }
2169
+ ],
2347
2170
  "inheritedFrom": {
2348
2171
  "name": "EntityManagement",
2349
2172
  "module": "src/entities/entities.ts"
2350
2173
  }
2351
2174
  },
2352
2175
  {
2353
- "kind": "field",
2354
- "name": "enableSearchBar",
2355
- "type": {
2356
- "text": "boolean"
2357
- },
2358
- "default": "false",
2359
- "description": "This attribute controls whether to enable the search-bar.",
2176
+ "kind": "method",
2177
+ "name": "requestChanged",
2360
2178
  "privacy": "public",
2179
+ "parameters": [
2180
+ {
2181
+ "name": "e",
2182
+ "type": {
2183
+ "text": "CustomEvent<string>"
2184
+ }
2185
+ }
2186
+ ],
2361
2187
  "inheritedFrom": {
2362
2188
  "name": "EntityManagement",
2363
2189
  "module": "src/entities/entities.ts"
2364
2190
  }
2365
2191
  },
2366
2192
  {
2367
- "kind": "field",
2368
- "name": "headerCaseType",
2369
- "type": {
2370
- "text": "GridProCaseType"
2371
- },
2372
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2193
+ "kind": "method",
2194
+ "name": "criteriaChanged",
2373
2195
  "privacy": "public",
2196
+ "parameters": [
2197
+ {
2198
+ "name": "e",
2199
+ "type": {
2200
+ "text": "CustomEvent<string>"
2201
+ }
2202
+ }
2203
+ ],
2374
2204
  "inheritedFrom": {
2375
2205
  "name": "EntityManagement",
2376
2206
  "module": "src/entities/entities.ts"
2377
2207
  }
2378
2208
  },
2379
2209
  {
2380
- "kind": "field",
2381
- "name": "searchBarConfig",
2382
- "type": {
2383
- "text": "AvailableOption[]"
2384
- },
2210
+ "kind": "method",
2211
+ "name": "submitFailureNotification",
2212
+ "privacy": "public",
2213
+ "parameters": [
2214
+ {
2215
+ "name": "e",
2216
+ "type": {
2217
+ "text": "CustomEvent"
2218
+ }
2219
+ }
2220
+ ],
2385
2221
  "inheritedFrom": {
2386
2222
  "name": "EntityManagement",
2387
2223
  "module": "src/entities/entities.ts"
2388
2224
  }
2389
2225
  },
2390
2226
  {
2391
- "kind": "field",
2392
- "name": "modalPosition",
2393
- "type": {
2394
- "text": "'centre' | 'left' | 'right'"
2395
- },
2396
- "default": "'right'",
2397
- "description": "Determines where the modal dialog will appear on screen",
2398
- "privacy": "public",
2227
+ "kind": "method",
2228
+ "name": "showDeleteConfirmation",
2229
+ "privacy": "private",
2399
2230
  "inheritedFrom": {
2400
2231
  "name": "EntityManagement",
2401
2232
  "module": "src/entities/entities.ts"
2402
2233
  }
2403
2234
  },
2404
2235
  {
2405
- "kind": "field",
2406
- "name": "crudMenuPosition",
2407
- "type": {
2408
- "text": "CrudMenuPosition"
2409
- },
2410
- "description": "Determines where the buttons will appear",
2236
+ "kind": "method",
2237
+ "name": "emitCrud",
2411
2238
  "privacy": "public",
2239
+ "parameters": [
2240
+ {
2241
+ "name": "action",
2242
+ "type": {
2243
+ "text": "'create' | 'edit' | 'delete'"
2244
+ },
2245
+ "description": "the action to emit"
2246
+ }
2247
+ ],
2248
+ "description": "Emit the CRUD event for the selected entity",
2412
2249
  "inheritedFrom": {
2413
2250
  "name": "EntityManagement",
2414
2251
  "module": "src/entities/entities.ts"
2415
2252
  }
2416
2253
  },
2417
2254
  {
2418
- "kind": "field",
2419
- "name": "crudMenuStyle",
2420
- "type": {
2421
- "text": "ActionsMenuStyle"
2422
- },
2423
- "description": "Determines the style of the buttons",
2255
+ "kind": "method",
2256
+ "name": "selectionChanged",
2424
2257
  "privacy": "public",
2258
+ "parameters": [
2259
+ {
2260
+ "name": "event",
2261
+ "type": {
2262
+ "text": "CustomEvent<SelectionChangedEvent>"
2263
+ }
2264
+ }
2265
+ ],
2266
+ "description": "The event handler for when the selection changes in the grid.",
2425
2267
  "inheritedFrom": {
2426
2268
  "name": "EntityManagement",
2427
2269
  "module": "src/entities/entities.ts"
2428
2270
  }
2429
- },
2271
+ }
2272
+ ],
2273
+ "superclass": {
2274
+ "name": "EntityManagement",
2275
+ "module": "/src/entities"
2276
+ },
2277
+ "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
2278
+ "tagName": "profile-management",
2279
+ "customElement": true,
2280
+ "attributes": [
2430
2281
  {
2431
- "kind": "field",
2432
- "name": "crudActionMenuName",
2282
+ "name": "design-system-prefix",
2433
2283
  "type": {
2434
2284
  "text": "string"
2435
2285
  },
2436
- "default": "''",
2437
- "description": "The label of the crud action menu",
2286
+ "default": "'zero'",
2287
+ "description": "Name of the design system prefix that will be used in renderers.",
2288
+ "fieldName": "prefix",
2438
2289
  "inheritedFrom": {
2439
2290
  "name": "EntityManagement",
2440
2291
  "module": "src/entities/entities.ts"
2441
2292
  }
2442
2293
  },
2443
2294
  {
2444
- "kind": "field",
2445
- "name": "crudMenuWrapper",
2446
- "privacy": "public",
2447
- "description": "The Id of the crud buttons wrapper element",
2295
+ "name": "resourceName",
2296
+ "type": {
2297
+ "text": "string"
2298
+ },
2299
+ "description": "Name of the backend resource which contain the entities to manage",
2300
+ "fieldName": "resourceName",
2448
2301
  "inheritedFrom": {
2449
2302
  "name": "EntityManagement",
2450
2303
  "module": "src/entities/entities.ts"
2451
2304
  }
2452
2305
  },
2453
2306
  {
2454
- "kind": "method",
2455
- "name": "getTitleBasedOnActionOrType",
2456
- "privacy": "public",
2457
- "parameters": [
2458
- {
2459
- "name": "actionOrType",
2460
- "type": {
2461
- "text": "CrudAction | ModalFormType"
2462
- },
2463
- "description": "The crud action or modal form type"
2464
- }
2465
- ],
2466
- "description": "The helper function to determine the title of the modal form or button based on the action or type",
2307
+ "name": "readEvent",
2308
+ "type": {
2309
+ "text": "string"
2310
+ },
2311
+ "fieldName": "readEvent",
2467
2312
  "inheritedFrom": {
2468
2313
  "name": "EntityManagement",
2469
2314
  "module": "src/entities/entities.ts"
2470
2315
  }
2471
2316
  },
2472
2317
  {
2473
- "kind": "field",
2474
- "name": "modalFormTitle",
2475
- "description": "Getter for the title of the modal form",
2476
- "readonly": true,
2318
+ "type": {
2319
+ "text": "boolean"
2320
+ },
2321
+ "fieldName": "readonly",
2477
2322
  "inheritedFrom": {
2478
2323
  "name": "EntityManagement",
2479
2324
  "module": "src/entities/entities.ts"
2480
2325
  }
2481
2326
  },
2482
2327
  {
2483
- "kind": "field",
2484
- "name": "shouldHideEditInColumn",
2328
+ "name": "updateEvent",
2485
2329
  "type": {
2486
- "text": "boolean"
2330
+ "text": "string"
2487
2331
  },
2488
- "description": "Determines whether the button edit should be hidden in the column",
2489
- "readonly": true,
2332
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
2333
+ "fieldName": "updateEvent",
2490
2334
  "inheritedFrom": {
2491
2335
  "name": "EntityManagement",
2492
2336
  "module": "src/entities/entities.ts"
2493
2337
  }
2494
2338
  },
2495
2339
  {
2496
- "kind": "field",
2497
- "name": "shouldHideDeleteInColumn",
2340
+ "name": "deleteEvent",
2498
2341
  "type": {
2499
- "text": "boolean"
2342
+ "text": "string"
2500
2343
  },
2501
- "description": "Determines whether the button delete should be hidden in the column",
2502
- "readonly": true,
2344
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
2345
+ "fieldName": "deleteEvent",
2503
2346
  "inheritedFrom": {
2504
2347
  "name": "EntityManagement",
2505
2348
  "module": "src/entities/entities.ts"
2506
2349
  }
2507
2350
  },
2508
2351
  {
2509
- "kind": "field",
2510
- "name": "hasSelectedEntity",
2352
+ "name": "createEvent",
2511
2353
  "type": {
2512
- "text": "boolean"
2354
+ "text": "string"
2513
2355
  },
2514
- "description": "Determines whether there is a selected entity",
2515
- "readonly": true,
2356
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
2357
+ "fieldName": "createEvent",
2516
2358
  "inheritedFrom": {
2517
2359
  "name": "EntityManagement",
2518
2360
  "module": "src/entities/entities.ts"
2519
2361
  }
2520
2362
  },
2521
2363
  {
2522
- "kind": "method",
2523
- "name": "hasContentInSlot",
2524
- "privacy": "public",
2525
- "return": {
2526
- "type": {
2527
- "text": ""
2528
- }
2364
+ "name": "title",
2365
+ "type": {
2366
+ "text": "string"
2529
2367
  },
2530
- "parameters": [
2531
- {
2532
- "name": "slotName",
2533
- "type": {
2534
- "text": "string"
2535
- },
2536
- "description": "The name of the slot to check."
2537
- }
2538
- ],
2539
- "description": "Checks if a slot contains any content.",
2368
+ "description": "Title of the grid",
2369
+ "fieldName": "title",
2540
2370
  "inheritedFrom": {
2541
2371
  "name": "EntityManagement",
2542
2372
  "module": "src/entities/entities.ts"
2543
2373
  }
2544
2374
  },
2545
2375
  {
2546
- "kind": "method",
2547
- "name": "deepClone",
2548
- "return": {
2549
- "type": {
2550
- "text": "Node"
2551
- }
2376
+ "name": "entityLabel",
2377
+ "type": {
2378
+ "text": "string"
2552
2379
  },
2553
- "description": "Override the deepClone method to ensure that observable attributes are cloned",
2554
- "privacy": "public",
2380
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
2381
+ "fieldName": "entityLabel",
2555
2382
  "inheritedFrom": {
2556
2383
  "name": "EntityManagement",
2557
2384
  "module": "src/entities/entities.ts"
2558
2385
  }
2559
2386
  },
2560
2387
  {
2561
- "kind": "method",
2562
- "name": "submitEntityChanges",
2563
- "privacy": "public",
2564
- "parameters": [
2565
- {
2566
- "name": "e",
2567
- "type": {
2568
- "text": "CustomEvent"
2569
- },
2570
- "description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
2571
- }
2572
- ],
2573
- "description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
2388
+ "name": "async-add",
2389
+ "type": {
2390
+ "text": "boolean"
2391
+ },
2392
+ "default": "false",
2393
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
2394
+ "fieldName": "asyncAdd",
2574
2395
  "inheritedFrom": {
2575
2396
  "name": "EntityManagement",
2576
2397
  "module": "src/entities/entities.ts"
2577
2398
  }
2578
2399
  },
2579
2400
  {
2580
- "kind": "method",
2581
- "name": "readEntity",
2582
- "privacy": "private",
2583
- "parameters": [
2584
- {
2585
- "name": "e",
2586
- "type": {
2587
- "text": "CustomEvent"
2588
- }
2589
- }
2590
- ],
2401
+ "name": "async-remove",
2402
+ "type": {
2403
+ "text": "boolean"
2404
+ },
2405
+ "default": "false",
2406
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
2407
+ "fieldName": "asyncRemove",
2591
2408
  "inheritedFrom": {
2592
2409
  "name": "EntityManagement",
2593
2410
  "module": "src/entities/entities.ts"
2594
2411
  }
2595
2412
  },
2596
2413
  {
2597
- "kind": "method",
2598
- "name": "closeModal",
2599
- "privacy": "public",
2414
+ "name": "async-update",
2415
+ "type": {
2416
+ "text": "boolean"
2417
+ },
2418
+ "default": "true",
2419
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
2420
+ "fieldName": "asyncUpdate",
2600
2421
  "inheritedFrom": {
2601
2422
  "name": "EntityManagement",
2602
2423
  "module": "src/entities/entities.ts"
2603
2424
  }
2604
2425
  },
2605
2426
  {
2606
- "kind": "field",
2607
- "name": "headerTempalate",
2608
- "readonly": true,
2427
+ "name": "row-selection",
2428
+ "type": {
2429
+ "text": "string"
2430
+ },
2431
+ "default": "'single'",
2432
+ "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
2433
+ "fieldName": "rowSelection",
2609
2434
  "inheritedFrom": {
2610
2435
  "name": "EntityManagement",
2611
2436
  "module": "src/entities/entities.ts"
2612
2437
  }
2613
2438
  },
2614
2439
  {
2615
- "kind": "field",
2616
- "name": "isServerSideDatasource",
2440
+ "name": "enable-cell-flashing",
2617
2441
  "type": {
2618
2442
  "text": "boolean"
2619
2443
  },
2620
- "readonly": true,
2444
+ "default": "false",
2445
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
2446
+ "fieldName": "enableCellFlashing",
2621
2447
  "inheritedFrom": {
2622
2448
  "name": "EntityManagement",
2623
2449
  "module": "src/entities/entities.ts"
2624
2450
  }
2625
2451
  },
2626
2452
  {
2627
- "kind": "method",
2628
- "name": "searchChanged",
2629
- "privacy": "public",
2630
- "parameters": [
2631
- {
2632
- "name": "event",
2633
- "type": {
2634
- "text": "CustomEvent<Array<SelectedOption>>"
2635
- }
2636
- }
2637
- ],
2453
+ "name": "enable-row-flashing",
2454
+ "type": {
2455
+ "text": "boolean"
2456
+ },
2457
+ "default": "false",
2458
+ "description": "If true, will enable row flashing for all rows for `add` transactions",
2459
+ "fieldName": "enableRowFlashing",
2638
2460
  "inheritedFrom": {
2639
2461
  "name": "EntityManagement",
2640
2462
  "module": "src/entities/entities.ts"
2641
2463
  }
2642
2464
  },
2643
2465
  {
2644
- "kind": "method",
2645
- "name": "searchBarReqServer",
2646
- "parameters": [
2647
- {
2648
- "name": "options",
2649
- "type": {
2650
- "text": "SelectedOption<string>[]"
2651
- }
2652
- }
2653
- ],
2466
+ "name": "datasource-type",
2467
+ "type": {
2468
+ "text": "DatasourceType"
2469
+ },
2470
+ "default": "'client'",
2471
+ "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
2472
+ "fieldName": "datasourceType",
2654
2473
  "inheritedFrom": {
2655
2474
  "name": "EntityManagement",
2656
2475
  "module": "src/entities/entities.ts"
2657
2476
  }
2658
2477
  },
2659
2478
  {
2660
- "kind": "method",
2661
- "name": "searchBarDataserver",
2662
- "parameters": [
2663
- {
2664
- "name": "options",
2665
- "type": {
2666
- "text": "SelectedOption<string>[]"
2667
- }
2668
- }
2669
- ],
2479
+ "name": "persist-column-state-key",
2480
+ "type": {
2481
+ "text": "string"
2482
+ },
2483
+ "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.",
2484
+ "fieldName": "persistColumnStateKey",
2670
2485
  "inheritedFrom": {
2671
2486
  "name": "EntityManagement",
2672
2487
  "module": "src/entities/entities.ts"
2673
2488
  }
2674
2489
  },
2675
2490
  {
2676
- "kind": "method",
2677
- "name": "requestChanged",
2678
- "privacy": "public",
2679
- "parameters": [
2680
- {
2681
- "name": "e",
2682
- "type": {
2683
- "text": "CustomEvent<string>"
2684
- }
2685
- }
2686
- ],
2491
+ "name": "size-columns-to-fit",
2492
+ "type": {
2493
+ "text": "boolean"
2494
+ },
2495
+ "fieldName": "sizeColumnsToFit",
2687
2496
  "inheritedFrom": {
2688
2497
  "name": "EntityManagement",
2689
2498
  "module": "src/entities/entities.ts"
2690
2499
  }
2691
2500
  },
2692
2501
  {
2693
- "kind": "method",
2694
- "name": "criteriaChanged",
2695
- "privacy": "public",
2696
- "parameters": [
2697
- {
2698
- "name": "e",
2699
- "type": {
2700
- "text": "CustomEvent<string>"
2701
- }
2702
- }
2703
- ],
2502
+ "name": "enable-filter-bar",
2503
+ "type": {
2504
+ "text": "boolean"
2505
+ },
2506
+ "fieldName": "enableFilterBar",
2704
2507
  "inheritedFrom": {
2705
2508
  "name": "EntityManagement",
2706
2509
  "module": "src/entities/entities.ts"
2707
2510
  }
2708
2511
  },
2709
2512
  {
2710
- "kind": "method",
2711
- "name": "submitFailureNotification",
2712
- "privacy": "public",
2713
- "parameters": [
2714
- {
2715
- "name": "e",
2716
- "type": {
2717
- "text": "CustomEvent"
2718
- }
2719
- }
2720
- ],
2513
+ "name": "hide-edit",
2514
+ "type": {
2515
+ "text": "boolean"
2516
+ },
2517
+ "default": "false",
2518
+ "fieldName": "hideEdit",
2721
2519
  "inheritedFrom": {
2722
2520
  "name": "EntityManagement",
2723
2521
  "module": "src/entities/entities.ts"
2724
2522
  }
2725
2523
  },
2726
2524
  {
2727
- "kind": "method",
2728
- "name": "showDeleteConfirmation",
2729
- "privacy": "private",
2525
+ "name": "hide-delete",
2526
+ "type": {
2527
+ "text": "boolean"
2528
+ },
2529
+ "default": "false",
2530
+ "fieldName": "hideDelete",
2730
2531
  "inheritedFrom": {
2731
2532
  "name": "EntityManagement",
2732
2533
  "module": "src/entities/entities.ts"
2733
2534
  }
2734
2535
  },
2735
2536
  {
2736
- "kind": "method",
2737
- "name": "emitCrud",
2738
- "privacy": "public",
2739
- "parameters": [
2740
- {
2741
- "name": "action",
2742
- "type": {
2743
- "text": "'create' | 'edit' | 'delete'"
2744
- },
2745
- "description": "the action to emit"
2746
- }
2747
- ],
2748
- "description": "Emit the CRUD event for the selected entity",
2537
+ "name": "enable-search-bar",
2538
+ "type": {
2539
+ "text": "boolean"
2540
+ },
2541
+ "default": "false",
2542
+ "description": "This attribute controls whether to enable the search-bar.",
2543
+ "fieldName": "enableSearchBar",
2749
2544
  "inheritedFrom": {
2750
2545
  "name": "EntityManagement",
2751
2546
  "module": "src/entities/entities.ts"
2752
2547
  }
2753
2548
  },
2754
2549
  {
2755
- "kind": "method",
2756
- "name": "selectionChanged",
2757
- "privacy": "public",
2758
- "parameters": [
2759
- {
2760
- "name": "event",
2761
- "type": {
2762
- "text": "CustomEvent<SelectionChangedEvent>"
2763
- }
2764
- }
2765
- ],
2766
- "description": "The event handler for when the selection changes in the grid.",
2550
+ "name": "header-case-type",
2551
+ "type": {
2552
+ "text": "GridProCaseType"
2553
+ },
2554
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2555
+ "fieldName": "headerCaseType",
2767
2556
  "inheritedFrom": {
2768
2557
  "name": "EntityManagement",
2769
2558
  "module": "src/entities/entities.ts"
2770
2559
  }
2771
- }
2772
- ],
2773
- "superclass": {
2774
- "name": "EntityManagement",
2775
- "module": "/src/entities"
2776
- },
2777
- "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
2778
- "tagName": "profile-management",
2779
- "customElement": true,
2780
- "attributes": [
2560
+ },
2781
2561
  {
2782
- "name": "design-system-prefix",
2562
+ "name": "modal-position",
2783
2563
  "type": {
2784
- "text": "string"
2564
+ "text": "'centre' | 'left' | 'right'"
2785
2565
  },
2786
- "default": "'zero'",
2787
- "description": "Name of the design system prefix that will be used in renderers.",
2788
- "fieldName": "prefix",
2566
+ "default": "'right'",
2567
+ "description": "Determines where the modal dialog will appear on screen",
2568
+ "fieldName": "modalPosition",
2789
2569
  "inheritedFrom": {
2790
2570
  "name": "EntityManagement",
2791
2571
  "module": "src/entities/entities.ts"
2792
2572
  }
2793
2573
  },
2794
2574
  {
2795
- "name": "resourceName",
2575
+ "name": "crud-menu-position",
2796
2576
  "type": {
2797
- "text": "string"
2577
+ "text": "CrudMenuPosition"
2798
2578
  },
2799
- "description": "Name of the backend resource which contain the entities to manage",
2800
- "fieldName": "resourceName",
2579
+ "description": "Determines where the buttons will appear",
2580
+ "fieldName": "crudMenuPosition",
2801
2581
  "inheritedFrom": {
2802
2582
  "name": "EntityManagement",
2803
2583
  "module": "src/entities/entities.ts"
2804
2584
  }
2805
2585
  },
2806
2586
  {
2807
- "name": "readEvent",
2587
+ "name": "crud-menu-style",
2808
2588
  "type": {
2809
- "text": "string"
2589
+ "text": "ActionsMenuStyle"
2810
2590
  },
2811
- "fieldName": "readEvent",
2591
+ "description": "Determines the style of the buttons",
2592
+ "fieldName": "crudMenuStyle",
2812
2593
  "inheritedFrom": {
2813
2594
  "name": "EntityManagement",
2814
2595
  "module": "src/entities/entities.ts"
2815
2596
  }
2816
2597
  },
2817
2598
  {
2599
+ "name": "crud-action-menu-name",
2818
2600
  "type": {
2819
- "text": "boolean"
2601
+ "text": "string"
2820
2602
  },
2821
- "fieldName": "readonly",
2603
+ "default": "'⋮'",
2604
+ "description": "The label of the crud action menu",
2605
+ "fieldName": "crudActionMenuName",
2822
2606
  "inheritedFrom": {
2823
2607
  "name": "EntityManagement",
2824
2608
  "module": "src/entities/entities.ts"
2825
2609
  }
2610
+ }
2611
+ ]
2612
+ }
2613
+ ],
2614
+ "exports": [
2615
+ {
2616
+ "kind": "js",
2617
+ "name": "Profiles",
2618
+ "declaration": {
2619
+ "name": "Profiles",
2620
+ "module": "src/profiles/profiles.ts"
2621
+ }
2622
+ },
2623
+ {
2624
+ "kind": "custom-element-definition",
2625
+ "name": "profile-management",
2626
+ "declaration": {
2627
+ "name": "Profiles",
2628
+ "module": "src/profiles/profiles.ts"
2629
+ }
2630
+ }
2631
+ ]
2632
+ },
2633
+ {
2634
+ "kind": "javascript-module",
2635
+ "path": "src/list/index.ts",
2636
+ "declarations": [],
2637
+ "exports": [
2638
+ {
2639
+ "kind": "js",
2640
+ "name": "*",
2641
+ "declaration": {
2642
+ "name": "*",
2643
+ "package": "./list"
2644
+ }
2645
+ }
2646
+ ]
2647
+ },
2648
+ {
2649
+ "kind": "javascript-module",
2650
+ "path": "src/list/list.styles.ts",
2651
+ "declarations": [
2652
+ {
2653
+ "kind": "variable",
2654
+ "name": "listStyles",
2655
+ "default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
2656
+ }
2657
+ ],
2658
+ "exports": [
2659
+ {
2660
+ "kind": "js",
2661
+ "name": "listStyles",
2662
+ "declaration": {
2663
+ "name": "listStyles",
2664
+ "module": "src/list/list.styles.ts"
2665
+ }
2666
+ }
2667
+ ]
2668
+ },
2669
+ {
2670
+ "kind": "javascript-module",
2671
+ "path": "src/list/list.template.ts",
2672
+ "declarations": [
2673
+ {
2674
+ "kind": "function",
2675
+ "name": "getPrefixedList",
2676
+ "parameters": [
2677
+ {
2678
+ "name": "prefix"
2679
+ }
2680
+ ]
2681
+ }
2682
+ ],
2683
+ "exports": [
2684
+ {
2685
+ "kind": "js",
2686
+ "name": "getPrefixedList",
2687
+ "declaration": {
2688
+ "name": "getPrefixedList",
2689
+ "module": "src/list/list.template.ts"
2690
+ }
2691
+ }
2692
+ ]
2693
+ },
2694
+ {
2695
+ "kind": "javascript-module",
2696
+ "path": "src/list/list.ts",
2697
+ "declarations": [
2698
+ {
2699
+ "kind": "class",
2700
+ "description": "",
2701
+ "name": "List",
2702
+ "members": [
2703
+ {
2704
+ "kind": "field",
2705
+ "name": "prefix",
2706
+ "type": {
2707
+ "text": "string"
2708
+ },
2709
+ "default": "'zero'",
2710
+ "description": "Name of the design system prefix that will be used in renderers.",
2711
+ "privacy": "public"
2712
+ },
2713
+ {
2714
+ "kind": "field",
2715
+ "name": "resourceName",
2716
+ "type": {
2717
+ "text": "string"
2718
+ },
2719
+ "default": "''"
2720
+ },
2721
+ {
2722
+ "kind": "field",
2723
+ "name": "title",
2724
+ "type": {
2725
+ "text": "string"
2726
+ },
2727
+ "default": "''"
2728
+ },
2729
+ {
2730
+ "kind": "field",
2731
+ "name": "persistColumnStateKey",
2732
+ "type": {
2733
+ "text": "string"
2734
+ }
2826
2735
  },
2827
2736
  {
2828
- "name": "updateEvent",
2737
+ "kind": "field",
2738
+ "name": "sizeColumnsToFit",
2739
+ "type": {
2740
+ "text": "boolean"
2741
+ }
2742
+ },
2743
+ {
2744
+ "kind": "field",
2745
+ "name": "rowSelection",
2829
2746
  "type": {
2830
2747
  "text": "string"
2748
+ }
2749
+ },
2750
+ {
2751
+ "kind": "field",
2752
+ "name": "enableFilterBar",
2753
+ "type": {
2754
+ "text": "boolean"
2755
+ }
2756
+ },
2757
+ {
2758
+ "kind": "field",
2759
+ "name": "asyncAdd",
2760
+ "type": {
2761
+ "text": "boolean"
2831
2762
  },
2832
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
2833
- "fieldName": "updateEvent",
2834
- "inheritedFrom": {
2835
- "name": "EntityManagement",
2836
- "module": "src/entities/entities.ts"
2763
+ "default": "false"
2764
+ },
2765
+ {
2766
+ "kind": "field",
2767
+ "name": "asyncRemove",
2768
+ "type": {
2769
+ "text": "boolean"
2770
+ },
2771
+ "default": "false"
2772
+ },
2773
+ {
2774
+ "kind": "field",
2775
+ "name": "asyncUpdate",
2776
+ "type": {
2777
+ "text": "boolean"
2778
+ },
2779
+ "default": "true"
2780
+ },
2781
+ {
2782
+ "kind": "field",
2783
+ "name": "enableCellFlashing",
2784
+ "type": {
2785
+ "text": "boolean"
2786
+ },
2787
+ "default": "false"
2788
+ },
2789
+ {
2790
+ "kind": "field",
2791
+ "name": "enableRowFlashing",
2792
+ "type": {
2793
+ "text": "boolean"
2794
+ },
2795
+ "default": "false"
2796
+ },
2797
+ {
2798
+ "kind": "field",
2799
+ "name": "hideEdit",
2800
+ "type": {
2801
+ "text": "boolean"
2802
+ },
2803
+ "default": "false"
2804
+ },
2805
+ {
2806
+ "kind": "field",
2807
+ "name": "hideDelete",
2808
+ "type": {
2809
+ "text": "boolean"
2810
+ },
2811
+ "default": "false"
2812
+ },
2813
+ {
2814
+ "kind": "field",
2815
+ "name": "datasourceType",
2816
+ "type": {
2817
+ "text": "DatasourceType"
2818
+ },
2819
+ "default": "'client'"
2820
+ },
2821
+ {
2822
+ "kind": "field",
2823
+ "name": "headerCaseType",
2824
+ "type": {
2825
+ "text": "GridProCaseType"
2826
+ }
2827
+ },
2828
+ {
2829
+ "kind": "field",
2830
+ "name": "grid",
2831
+ "type": {
2832
+ "text": "ZeroGridPro"
2833
+ },
2834
+ "privacy": "public"
2835
+ },
2836
+ {
2837
+ "kind": "field",
2838
+ "name": "datasource",
2839
+ "type": {
2840
+ "text": "GridProGenesisDatasource"
2841
+ },
2842
+ "privacy": "public"
2843
+ },
2844
+ {
2845
+ "kind": "field",
2846
+ "name": "gridOptions",
2847
+ "type": {
2848
+ "text": "GridOptions"
2837
2849
  }
2838
2850
  },
2839
2851
  {
2852
+ "kind": "field",
2853
+ "name": "columns",
2854
+ "type": {
2855
+ "text": "ColDef[]"
2856
+ }
2857
+ },
2858
+ {
2859
+ "kind": "field",
2860
+ "name": "datasourceConfig",
2861
+ "type": {
2862
+ "text": "DatasourceConfiguration"
2863
+ }
2864
+ },
2865
+ {
2866
+ "kind": "field",
2867
+ "name": "actionButtonsConfig",
2868
+ "type": {
2869
+ "text": "array"
2870
+ },
2871
+ "default": "[]"
2872
+ },
2873
+ {
2874
+ "kind": "field",
2840
2875
  "name": "deleteEvent",
2841
2876
  "type": {
2842
2877
  "text": "string"
2843
- },
2844
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
2845
- "fieldName": "deleteEvent",
2846
- "inheritedFrom": {
2847
- "name": "EntityManagement",
2848
- "module": "src/entities/entities.ts"
2849
2878
  }
2850
2879
  },
2851
2880
  {
2852
- "name": "createEvent",
2853
- "type": {
2854
- "text": "string"
2855
- },
2856
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
2857
- "fieldName": "createEvent",
2858
- "inheritedFrom": {
2859
- "name": "EntityManagement",
2860
- "module": "src/entities/entities.ts"
2861
- }
2881
+ "kind": "field",
2882
+ "name": "updateEvent",
2883
+ "type": {
2884
+ "text": "string"
2885
+ }
2886
+ },
2887
+ {
2888
+ "kind": "field",
2889
+ "name": "connect",
2890
+ "type": {
2891
+ "text": "Connect"
2892
+ },
2893
+ "privacy": "protected"
2894
+ },
2895
+ {
2896
+ "kind": "field",
2897
+ "name": "isServerSideDatasource",
2898
+ "type": {
2899
+ "text": "boolean"
2900
+ },
2901
+ "readonly": true
2902
+ },
2903
+ {
2904
+ "kind": "method",
2905
+ "name": "onCellEditingStopped",
2906
+ "privacy": "private",
2907
+ "parameters": [
2908
+ {
2909
+ "name": "event",
2910
+ "type": {
2911
+ "text": "CellEditRequestEvent"
2912
+ }
2913
+ }
2914
+ ]
2915
+ },
2916
+ {
2917
+ "kind": "method",
2918
+ "name": "handleFilterChanged",
2919
+ "privacy": "private",
2920
+ "parameters": [
2921
+ {
2922
+ "name": "e"
2923
+ }
2924
+ ]
2925
+ },
2926
+ {
2927
+ "kind": "method",
2928
+ "name": "handleFilterCleared",
2929
+ "privacy": "private",
2930
+ "parameters": [
2931
+ {
2932
+ "name": "e"
2933
+ }
2934
+ ]
2935
+ },
2936
+ {
2937
+ "kind": "method",
2938
+ "name": "select",
2939
+ "privacy": "private",
2940
+ "parameters": [
2941
+ {
2942
+ "name": "e"
2943
+ }
2944
+ ]
2945
+ },
2946
+ {
2947
+ "kind": "method",
2948
+ "name": "selectionChanged",
2949
+ "privacy": "private",
2950
+ "parameters": [
2951
+ {
2952
+ "name": "e",
2953
+ "type": {
2954
+ "text": "CustomEvent<SelectionChangedEvent>"
2955
+ }
2956
+ }
2957
+ ]
2958
+ },
2959
+ {
2960
+ "kind": "field",
2961
+ "name": "edit",
2962
+ "privacy": "private"
2862
2963
  },
2863
2964
  {
2864
- "name": "title",
2965
+ "kind": "method",
2966
+ "name": "delete",
2967
+ "parameters": [
2968
+ {
2969
+ "name": "e"
2970
+ }
2971
+ ]
2972
+ }
2973
+ ],
2974
+ "attributes": [
2975
+ {
2976
+ "name": "design-system-prefix",
2865
2977
  "type": {
2866
2978
  "text": "string"
2867
2979
  },
2868
- "description": "Title of the grid",
2869
- "fieldName": "title",
2870
- "inheritedFrom": {
2871
- "name": "EntityManagement",
2872
- "module": "src/entities/entities.ts"
2873
- }
2980
+ "default": "'zero'",
2981
+ "description": "Name of the design system prefix that will be used in renderers.",
2982
+ "fieldName": "prefix"
2874
2983
  },
2875
2984
  {
2876
- "name": "entityLabel",
2985
+ "name": "resourceName",
2877
2986
  "type": {
2878
2987
  "text": "string"
2879
2988
  },
2880
- "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
2881
- "fieldName": "entityLabel",
2882
- "inheritedFrom": {
2883
- "name": "EntityManagement",
2884
- "module": "src/entities/entities.ts"
2885
- }
2989
+ "default": "''",
2990
+ "fieldName": "resourceName"
2886
2991
  },
2887
2992
  {
2888
- "name": "async-add",
2993
+ "name": "title",
2889
2994
  "type": {
2890
- "text": "boolean"
2995
+ "text": "string"
2891
2996
  },
2892
- "default": "false",
2893
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
2894
- "fieldName": "asyncAdd",
2895
- "inheritedFrom": {
2896
- "name": "EntityManagement",
2897
- "module": "src/entities/entities.ts"
2898
- }
2997
+ "default": "''",
2998
+ "fieldName": "title"
2899
2999
  },
2900
3000
  {
2901
- "name": "async-remove",
3001
+ "name": "persist-column-state-key",
2902
3002
  "type": {
2903
- "text": "boolean"
3003
+ "text": "string"
2904
3004
  },
2905
- "default": "false",
2906
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
2907
- "fieldName": "asyncRemove",
2908
- "inheritedFrom": {
2909
- "name": "EntityManagement",
2910
- "module": "src/entities/entities.ts"
2911
- }
3005
+ "fieldName": "persistColumnStateKey"
2912
3006
  },
2913
3007
  {
2914
- "name": "async-update",
3008
+ "name": "size-columns-to-fit",
2915
3009
  "type": {
2916
3010
  "text": "boolean"
2917
3011
  },
2918
- "default": "true",
2919
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
2920
- "fieldName": "asyncUpdate",
2921
- "inheritedFrom": {
2922
- "name": "EntityManagement",
2923
- "module": "src/entities/entities.ts"
2924
- }
3012
+ "fieldName": "sizeColumnsToFit"
2925
3013
  },
2926
3014
  {
2927
3015
  "name": "row-selection",
2928
3016
  "type": {
2929
3017
  "text": "string"
2930
3018
  },
2931
- "default": "'single'",
2932
- "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
2933
- "fieldName": "rowSelection",
2934
- "inheritedFrom": {
2935
- "name": "EntityManagement",
2936
- "module": "src/entities/entities.ts"
2937
- }
3019
+ "fieldName": "rowSelection"
2938
3020
  },
2939
3021
  {
2940
- "name": "enable-cell-flashing",
3022
+ "name": "enable-filter-bar",
2941
3023
  "type": {
2942
3024
  "text": "boolean"
2943
3025
  },
2944
- "default": "false",
2945
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
2946
- "fieldName": "enableCellFlashing",
2947
- "inheritedFrom": {
2948
- "name": "EntityManagement",
2949
- "module": "src/entities/entities.ts"
2950
- }
3026
+ "fieldName": "enableFilterBar"
2951
3027
  },
2952
3028
  {
2953
- "name": "enable-row-flashing",
3029
+ "name": "async-add",
2954
3030
  "type": {
2955
3031
  "text": "boolean"
2956
3032
  },
2957
3033
  "default": "false",
2958
- "description": "If true, will enable row flashing for all rows for `add` transactions",
2959
- "fieldName": "enableRowFlashing",
2960
- "inheritedFrom": {
2961
- "name": "EntityManagement",
2962
- "module": "src/entities/entities.ts"
2963
- }
3034
+ "fieldName": "asyncAdd"
2964
3035
  },
2965
3036
  {
2966
- "name": "datasource-type",
3037
+ "name": "async-remove",
2967
3038
  "type": {
2968
- "text": "DatasourceType"
3039
+ "text": "boolean"
2969
3040
  },
2970
- "default": "'client'",
2971
- "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
2972
- "fieldName": "datasourceType",
2973
- "inheritedFrom": {
2974
- "name": "EntityManagement",
2975
- "module": "src/entities/entities.ts"
2976
- }
3041
+ "default": "false",
3042
+ "fieldName": "asyncRemove"
2977
3043
  },
2978
3044
  {
2979
- "name": "persist-column-state-key",
3045
+ "name": "async-update",
2980
3046
  "type": {
2981
- "text": "string"
3047
+ "text": "boolean"
2982
3048
  },
2983
- "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.",
2984
- "fieldName": "persistColumnStateKey",
2985
- "inheritedFrom": {
2986
- "name": "EntityManagement",
2987
- "module": "src/entities/entities.ts"
2988
- }
3049
+ "default": "true",
3050
+ "fieldName": "asyncUpdate"
2989
3051
  },
2990
3052
  {
2991
- "name": "size-columns-to-fit",
3053
+ "name": "enable-cell-flashing",
2992
3054
  "type": {
2993
3055
  "text": "boolean"
2994
3056
  },
2995
- "fieldName": "sizeColumnsToFit",
2996
- "inheritedFrom": {
2997
- "name": "EntityManagement",
2998
- "module": "src/entities/entities.ts"
2999
- }
3057
+ "default": "false",
3058
+ "fieldName": "enableCellFlashing"
3000
3059
  },
3001
3060
  {
3002
- "name": "enable-filter-bar",
3061
+ "name": "enable-row-flashing",
3003
3062
  "type": {
3004
3063
  "text": "boolean"
3005
3064
  },
3006
- "fieldName": "enableFilterBar",
3007
- "inheritedFrom": {
3008
- "name": "EntityManagement",
3009
- "module": "src/entities/entities.ts"
3010
- }
3065
+ "default": "false",
3066
+ "fieldName": "enableRowFlashing"
3011
3067
  },
3012
3068
  {
3013
3069
  "name": "hide-edit",
@@ -3015,11 +3071,7 @@
3015
3071
  "text": "boolean"
3016
3072
  },
3017
3073
  "default": "false",
3018
- "fieldName": "hideEdit",
3019
- "inheritedFrom": {
3020
- "name": "EntityManagement",
3021
- "module": "src/entities/entities.ts"
3022
- }
3074
+ "fieldName": "hideEdit"
3023
3075
  },
3024
3076
  {
3025
3077
  "name": "hide-delete",
@@ -3027,105 +3079,53 @@
3027
3079
  "text": "boolean"
3028
3080
  },
3029
3081
  "default": "false",
3030
- "fieldName": "hideDelete",
3031
- "inheritedFrom": {
3032
- "name": "EntityManagement",
3033
- "module": "src/entities/entities.ts"
3034
- }
3082
+ "fieldName": "hideDelete"
3035
3083
  },
3036
3084
  {
3037
- "name": "enable-search-bar",
3085
+ "name": "datasource-type",
3038
3086
  "type": {
3039
- "text": "boolean"
3087
+ "text": "DatasourceType"
3040
3088
  },
3041
- "default": "false",
3042
- "description": "This attribute controls whether to enable the search-bar.",
3043
- "fieldName": "enableSearchBar",
3044
- "inheritedFrom": {
3045
- "name": "EntityManagement",
3046
- "module": "src/entities/entities.ts"
3047
- }
3089
+ "default": "'client'",
3090
+ "fieldName": "datasourceType"
3048
3091
  },
3049
3092
  {
3050
3093
  "name": "header-case-type",
3051
3094
  "type": {
3052
3095
  "text": "GridProCaseType"
3053
3096
  },
3054
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
3055
- "fieldName": "headerCaseType",
3056
- "inheritedFrom": {
3057
- "name": "EntityManagement",
3058
- "module": "src/entities/entities.ts"
3059
- }
3060
- },
3061
- {
3062
- "name": "modal-position",
3063
- "type": {
3064
- "text": "'centre' | 'left' | 'right'"
3065
- },
3066
- "default": "'right'",
3067
- "description": "Determines where the modal dialog will appear on screen",
3068
- "fieldName": "modalPosition",
3069
- "inheritedFrom": {
3070
- "name": "EntityManagement",
3071
- "module": "src/entities/entities.ts"
3072
- }
3073
- },
3074
- {
3075
- "name": "crud-menu-position",
3076
- "type": {
3077
- "text": "CrudMenuPosition"
3078
- },
3079
- "description": "Determines where the buttons will appear",
3080
- "fieldName": "crudMenuPosition",
3081
- "inheritedFrom": {
3082
- "name": "EntityManagement",
3083
- "module": "src/entities/entities.ts"
3084
- }
3085
- },
3086
- {
3087
- "name": "crud-menu-style",
3088
- "type": {
3089
- "text": "ActionsMenuStyle"
3090
- },
3091
- "description": "Determines the style of the buttons",
3092
- "fieldName": "crudMenuStyle",
3093
- "inheritedFrom": {
3094
- "name": "EntityManagement",
3095
- "module": "src/entities/entities.ts"
3096
- }
3097
- },
3097
+ "fieldName": "headerCaseType"
3098
+ }
3099
+ ],
3100
+ "mixins": [
3098
3101
  {
3099
- "name": "crud-action-menu-name",
3100
- "type": {
3101
- "text": "string"
3102
- },
3103
- "default": "'⋮'",
3104
- "description": "The label of the crud action menu",
3105
- "fieldName": "crudActionMenuName",
3106
- "inheritedFrom": {
3107
- "name": "EntityManagement",
3108
- "module": "src/entities/entities.ts"
3109
- }
3102
+ "name": "LifecycleMixin",
3103
+ "package": "@genesislcap/foundation-utils"
3110
3104
  }
3111
- ]
3105
+ ],
3106
+ "superclass": {
3107
+ "name": "FASTElement",
3108
+ "package": "@microsoft/fast-element"
3109
+ },
3110
+ "tagName": "entity-list",
3111
+ "customElement": true
3112
3112
  }
3113
3113
  ],
3114
3114
  "exports": [
3115
3115
  {
3116
3116
  "kind": "js",
3117
- "name": "Profiles",
3117
+ "name": "List",
3118
3118
  "declaration": {
3119
- "name": "Profiles",
3120
- "module": "src/profiles/profiles.ts"
3119
+ "name": "List",
3120
+ "module": "src/list/list.ts"
3121
3121
  }
3122
3122
  },
3123
3123
  {
3124
3124
  "kind": "custom-element-definition",
3125
- "name": "profile-management",
3125
+ "name": "entity-list",
3126
3126
  "declaration": {
3127
- "name": "Profiles",
3128
- "module": "src/profiles/profiles.ts"
3127
+ "name": "List",
3128
+ "module": "src/list/list.ts"
3129
3129
  }
3130
3130
  }
3131
3131
  ]