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