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