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