@genesislcap/foundation-entity-management 14.183.1 → 14.183.2
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.
|
@@ -87,41 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
"kind": "javascript-module",
|
|
92
|
-
"path": "src/components/components.ts",
|
|
93
|
-
"declarations": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "function",
|
|
96
|
-
"name": "loadRemotes"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"exports": [
|
|
100
|
-
{
|
|
101
|
-
"kind": "js",
|
|
102
|
-
"name": "loadRemotes",
|
|
103
|
-
"declaration": {
|
|
104
|
-
"name": "loadRemotes",
|
|
105
|
-
"module": "src/components/components.ts"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "javascript-module",
|
|
112
|
-
"path": "src/components/index.ts",
|
|
113
|
-
"declarations": [],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "*",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "*",
|
|
120
|
-
"package": "./components"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
90
|
{
|
|
126
91
|
"kind": "javascript-module",
|
|
127
92
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -129,7 +94,7 @@
|
|
|
129
94
|
{
|
|
130
95
|
"kind": "variable",
|
|
131
96
|
"name": "styles",
|
|
132
|
-
"default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n
|
|
97
|
+
"default": "css`\n :host {\n contain: content;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n .header-title {\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-plus-4-font-size);\n font-family: var(--body-font);\n font-weight: 700;\n padding-left: calc(var(--design-unit) * 2px);\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n .add-button {\n margin-right: calc(var(--design-unit) * 2px);\n }\n`",
|
|
133
98
|
"description": "Defines the css of the entity component as an ElementStyles object"
|
|
134
99
|
}
|
|
135
100
|
],
|
|
@@ -917,6 +882,41 @@
|
|
|
917
882
|
}
|
|
918
883
|
]
|
|
919
884
|
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "javascript-module",
|
|
887
|
+
"path": "src/components/components.ts",
|
|
888
|
+
"declarations": [
|
|
889
|
+
{
|
|
890
|
+
"kind": "function",
|
|
891
|
+
"name": "loadRemotes"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"exports": [
|
|
895
|
+
{
|
|
896
|
+
"kind": "js",
|
|
897
|
+
"name": "loadRemotes",
|
|
898
|
+
"declaration": {
|
|
899
|
+
"name": "loadRemotes",
|
|
900
|
+
"module": "src/components/components.ts"
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "javascript-module",
|
|
907
|
+
"path": "src/components/index.ts",
|
|
908
|
+
"declarations": [],
|
|
909
|
+
"exports": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "js",
|
|
912
|
+
"name": "*",
|
|
913
|
+
"declaration": {
|
|
914
|
+
"name": "*",
|
|
915
|
+
"package": "./components"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
]
|
|
919
|
+
},
|
|
920
920
|
{
|
|
921
921
|
"kind": "javascript-module",
|
|
922
922
|
"path": "src/layouts/default.ts",
|
|
@@ -1431,198 +1431,222 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/
|
|
1434
|
+
"path": "src/main/index.ts",
|
|
1435
|
+
"declarations": [],
|
|
1436
|
+
"exports": [
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "js",
|
|
1439
|
+
"name": "*",
|
|
1440
|
+
"declaration": {
|
|
1441
|
+
"name": "*",
|
|
1442
|
+
"package": "./main.template"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "js",
|
|
1447
|
+
"name": "*",
|
|
1448
|
+
"declaration": {
|
|
1449
|
+
"name": "*",
|
|
1450
|
+
"package": "./main"
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
]
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"kind": "javascript-module",
|
|
1457
|
+
"path": "src/main/main.styles.ts",
|
|
1435
1458
|
"declarations": [
|
|
1436
1459
|
{
|
|
1437
1460
|
"kind": "variable",
|
|
1438
|
-
"name": "
|
|
1439
|
-
"
|
|
1440
|
-
"text": "object"
|
|
1441
|
-
},
|
|
1442
|
-
"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}"
|
|
1461
|
+
"name": "MainStyles",
|
|
1462
|
+
"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`"
|
|
1443
1463
|
}
|
|
1444
1464
|
],
|
|
1445
1465
|
"exports": [
|
|
1446
1466
|
{
|
|
1447
1467
|
"kind": "js",
|
|
1448
|
-
"name": "
|
|
1468
|
+
"name": "MainStyles",
|
|
1449
1469
|
"declaration": {
|
|
1450
|
-
"name": "
|
|
1451
|
-
"module": "src/
|
|
1470
|
+
"name": "MainStyles",
|
|
1471
|
+
"module": "src/main/main.styles.ts"
|
|
1452
1472
|
}
|
|
1453
1473
|
}
|
|
1454
1474
|
]
|
|
1455
1475
|
},
|
|
1456
1476
|
{
|
|
1457
1477
|
"kind": "javascript-module",
|
|
1458
|
-
"path": "src/
|
|
1478
|
+
"path": "src/main/main.template.ts",
|
|
1479
|
+
"declarations": [],
|
|
1480
|
+
"exports": []
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "javascript-module",
|
|
1484
|
+
"path": "src/main/main.ts",
|
|
1459
1485
|
"declarations": [
|
|
1460
1486
|
{
|
|
1461
1487
|
"kind": "class",
|
|
1462
|
-
"description": "
|
|
1463
|
-
"name": "
|
|
1488
|
+
"description": "",
|
|
1489
|
+
"name": "MainApplication",
|
|
1464
1490
|
"members": [
|
|
1465
|
-
{
|
|
1466
|
-
"kind": "method",
|
|
1467
|
-
"name": "readProfileData",
|
|
1468
|
-
"privacy": "public",
|
|
1469
|
-
"parameters": [
|
|
1470
|
-
{
|
|
1471
|
-
"name": "profile"
|
|
1472
|
-
}
|
|
1473
|
-
]
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"kind": "method",
|
|
1477
|
-
"name": "confirmDelete",
|
|
1478
|
-
"inheritedFrom": {
|
|
1479
|
-
"name": "EntityManagement",
|
|
1480
|
-
"module": "src/entities/entities.ts"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
1491
|
{
|
|
1484
1492
|
"kind": "field",
|
|
1485
|
-
"name": "
|
|
1493
|
+
"name": "config",
|
|
1486
1494
|
"type": {
|
|
1487
|
-
"text": "
|
|
1488
|
-
},
|
|
1489
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1490
|
-
"privacy": "public",
|
|
1491
|
-
"inheritedFrom": {
|
|
1492
|
-
"name": "EntityManagement",
|
|
1493
|
-
"module": "src/entities/entities.ts"
|
|
1495
|
+
"text": "MainRouterConfig"
|
|
1494
1496
|
}
|
|
1495
1497
|
},
|
|
1496
1498
|
{
|
|
1497
1499
|
"kind": "field",
|
|
1498
|
-
"name": "
|
|
1500
|
+
"name": "connect",
|
|
1499
1501
|
"type": {
|
|
1500
|
-
"text": "
|
|
1501
|
-
},
|
|
1502
|
-
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1503
|
-
"privacy": "public",
|
|
1504
|
-
"inheritedFrom": {
|
|
1505
|
-
"name": "EntityManagement",
|
|
1506
|
-
"module": "src/entities/entities.ts"
|
|
1502
|
+
"text": "Connect"
|
|
1507
1503
|
}
|
|
1508
1504
|
},
|
|
1509
1505
|
{
|
|
1510
1506
|
"kind": "field",
|
|
1511
|
-
"name": "
|
|
1507
|
+
"name": "session",
|
|
1512
1508
|
"type": {
|
|
1513
|
-
"text": "
|
|
1514
|
-
},
|
|
1515
|
-
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1516
|
-
"privacy": "public",
|
|
1517
|
-
"inheritedFrom": {
|
|
1518
|
-
"name": "EntityManagement",
|
|
1519
|
-
"module": "src/entities/entities.ts"
|
|
1509
|
+
"text": "Session"
|
|
1520
1510
|
}
|
|
1521
1511
|
},
|
|
1522
1512
|
{
|
|
1523
1513
|
"kind": "field",
|
|
1524
|
-
"name": "
|
|
1514
|
+
"name": "container",
|
|
1525
1515
|
"type": {
|
|
1526
|
-
"text": "
|
|
1527
|
-
},
|
|
1528
|
-
"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.",
|
|
1529
|
-
"privacy": "public",
|
|
1530
|
-
"default": "'entity_profiles_management'",
|
|
1531
|
-
"inheritedFrom": {
|
|
1532
|
-
"name": "EntityManagement",
|
|
1533
|
-
"module": "src/entities/entities.ts"
|
|
1516
|
+
"text": "Container"
|
|
1534
1517
|
}
|
|
1535
1518
|
},
|
|
1536
1519
|
{
|
|
1537
1520
|
"kind": "field",
|
|
1538
|
-
"name": "
|
|
1521
|
+
"name": "provider",
|
|
1539
1522
|
"type": {
|
|
1540
1523
|
"text": "any"
|
|
1541
|
-
},
|
|
1542
|
-
"default": "editProfileFormSchema",
|
|
1543
|
-
"inheritedFrom": {
|
|
1544
|
-
"name": "EntityManagement",
|
|
1545
|
-
"module": "src/entities/entities.ts"
|
|
1546
1524
|
}
|
|
1547
1525
|
},
|
|
1548
1526
|
{
|
|
1549
1527
|
"kind": "field",
|
|
1550
|
-
"name": "
|
|
1528
|
+
"name": "ready",
|
|
1551
1529
|
"type": {
|
|
1552
|
-
"text": "
|
|
1530
|
+
"text": "boolean"
|
|
1553
1531
|
},
|
|
1554
|
-
"default": "
|
|
1555
|
-
"inheritedFrom": {
|
|
1556
|
-
"name": "EntityManagement",
|
|
1557
|
-
"module": "src/entities/entities.ts"
|
|
1558
|
-
}
|
|
1532
|
+
"default": "false"
|
|
1559
1533
|
},
|
|
1560
1534
|
{
|
|
1561
1535
|
"kind": "field",
|
|
1562
|
-
"name": "
|
|
1536
|
+
"name": "data",
|
|
1563
1537
|
"type": {
|
|
1564
|
-
"text": "
|
|
1538
|
+
"text": "any"
|
|
1565
1539
|
},
|
|
1566
|
-
"
|
|
1567
|
-
"name": "EntityManagement",
|
|
1568
|
-
"module": "src/entities/entities.ts"
|
|
1569
|
-
}
|
|
1540
|
+
"default": "null"
|
|
1570
1541
|
},
|
|
1571
1542
|
{
|
|
1572
|
-
"kind": "
|
|
1573
|
-
"name": "
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "string"
|
|
1576
|
-
},
|
|
1577
|
-
"description": "Name of the backend resource which contain the entities to manage",
|
|
1578
|
-
"privacy": "public",
|
|
1579
|
-
"default": "'ALL_PROFILES'",
|
|
1580
|
-
"inheritedFrom": {
|
|
1581
|
-
"name": "EntityManagement",
|
|
1582
|
-
"module": "src/entities/entities.ts"
|
|
1583
|
-
}
|
|
1543
|
+
"kind": "method",
|
|
1544
|
+
"name": "onLuminanceToggle"
|
|
1584
1545
|
},
|
|
1585
1546
|
{
|
|
1586
|
-
"kind": "
|
|
1587
|
-
"name": "
|
|
1588
|
-
"type": {
|
|
1589
|
-
"text": "string"
|
|
1590
|
-
},
|
|
1591
|
-
"description": "Title of the grid",
|
|
1592
|
-
"privacy": "public",
|
|
1593
|
-
"default": "'Profile Management'",
|
|
1594
|
-
"inheritedFrom": {
|
|
1595
|
-
"name": "EntityManagement",
|
|
1596
|
-
"module": "src/entities/entities.ts"
|
|
1597
|
-
}
|
|
1547
|
+
"kind": "method",
|
|
1548
|
+
"name": "loadRemotes"
|
|
1598
1549
|
},
|
|
1599
1550
|
{
|
|
1600
|
-
"kind": "
|
|
1601
|
-
"name": "
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "string"
|
|
1604
|
-
},
|
|
1605
|
-
"default": "'Profile'",
|
|
1606
|
-
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
1607
|
-
"privacy": "public",
|
|
1608
|
-
"inheritedFrom": {
|
|
1609
|
-
"name": "EntityManagement",
|
|
1610
|
-
"module": "src/entities/entities.ts"
|
|
1611
|
-
}
|
|
1551
|
+
"kind": "method",
|
|
1552
|
+
"name": "selectTemplate"
|
|
1612
1553
|
},
|
|
1613
1554
|
{
|
|
1614
|
-
"kind": "
|
|
1615
|
-
"name": "
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1555
|
+
"kind": "method",
|
|
1556
|
+
"name": "registerDIDependencies",
|
|
1557
|
+
"privacy": "private"
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"superclass": {
|
|
1561
|
+
"name": "FASTElement",
|
|
1562
|
+
"package": "@microsoft/fast-element"
|
|
1563
|
+
},
|
|
1564
|
+
"customElement": true
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"exports": [
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "js",
|
|
1570
|
+
"name": "MainApplication",
|
|
1571
|
+
"declaration": {
|
|
1572
|
+
"name": "MainApplication",
|
|
1573
|
+
"module": "src/main/main.ts"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "custom-element-definition",
|
|
1578
|
+
"declaration": {
|
|
1579
|
+
"name": "MainApplication",
|
|
1580
|
+
"module": "src/main/main.ts"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "javascript-module",
|
|
1587
|
+
"path": "src/routes/config.ts",
|
|
1588
|
+
"declarations": [],
|
|
1589
|
+
"exports": []
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "javascript-module",
|
|
1593
|
+
"path": "src/routes/index.ts",
|
|
1594
|
+
"declarations": [],
|
|
1595
|
+
"exports": [
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "*",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "*",
|
|
1601
|
+
"package": "./config"
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "javascript-module",
|
|
1608
|
+
"path": "src/users/users.template.ts",
|
|
1609
|
+
"declarations": [
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "function",
|
|
1612
|
+
"name": "getPrefixedUsers",
|
|
1613
|
+
"parameters": [
|
|
1614
|
+
{
|
|
1615
|
+
"name": "prefix"
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
}
|
|
1619
|
+
],
|
|
1620
|
+
"exports": [
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "js",
|
|
1623
|
+
"name": "getPrefixedUsers",
|
|
1624
|
+
"declaration": {
|
|
1625
|
+
"name": "getPrefixedUsers",
|
|
1626
|
+
"module": "src/users/users.template.ts"
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"kind": "javascript-module",
|
|
1633
|
+
"path": "src/users/users.ts",
|
|
1634
|
+
"declarations": [
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "variable",
|
|
1637
|
+
"name": "UsersColumnConfig",
|
|
1638
|
+
"type": {
|
|
1639
|
+
"text": "array"
|
|
1640
|
+
},
|
|
1641
|
+
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
1642
|
+
"description": "Defines the default columns which are present on the user management component",
|
|
1643
|
+
"privacy": "public"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "class",
|
|
1647
|
+
"description": "Main class which defines the user management functionality",
|
|
1648
|
+
"name": "Users",
|
|
1649
|
+
"members": [
|
|
1626
1650
|
{
|
|
1627
1651
|
"kind": "field",
|
|
1628
1652
|
"name": "prefix",
|
|
@@ -1630,178 +1654,229 @@
|
|
|
1630
1654
|
"text": "string"
|
|
1631
1655
|
},
|
|
1632
1656
|
"default": "'zero'",
|
|
1633
|
-
"description": "Name of the design system prefix that will be used
|
|
1634
|
-
"privacy": "public"
|
|
1635
|
-
"inheritedFrom": {
|
|
1636
|
-
"name": "EntityManagement",
|
|
1637
|
-
"module": "src/entities/entities.ts"
|
|
1638
|
-
}
|
|
1657
|
+
"description": "Name of the design system prefix that will be used for components.",
|
|
1658
|
+
"privacy": "public"
|
|
1639
1659
|
},
|
|
1640
1660
|
{
|
|
1641
1661
|
"kind": "field",
|
|
1642
|
-
"name": "
|
|
1662
|
+
"name": "persistColumnStateKey",
|
|
1643
1663
|
"type": {
|
|
1644
1664
|
"text": "string"
|
|
1645
1665
|
},
|
|
1646
|
-
"
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
}
|
|
1666
|
+
"default": "'entity_users_management'",
|
|
1667
|
+
"description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
|
|
1668
|
+
"privacy": "public"
|
|
1650
1669
|
},
|
|
1651
1670
|
{
|
|
1652
1671
|
"kind": "field",
|
|
1653
|
-
"name": "
|
|
1672
|
+
"name": "enableSearchBar",
|
|
1654
1673
|
"type": {
|
|
1655
1674
|
"text": "boolean"
|
|
1656
1675
|
},
|
|
1657
|
-
"
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
}
|
|
1676
|
+
"default": "false",
|
|
1677
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
1678
|
+
"privacy": "public"
|
|
1661
1679
|
},
|
|
1662
1680
|
{
|
|
1663
1681
|
"kind": "field",
|
|
1664
|
-
"name": "
|
|
1682
|
+
"name": "gridOptions",
|
|
1665
1683
|
"type": {
|
|
1666
|
-
"text": "
|
|
1684
|
+
"text": "GridOptions"
|
|
1667
1685
|
},
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1670
|
-
"privacy": "public",
|
|
1671
|
-
"inheritedFrom": {
|
|
1672
|
-
"name": "EntityManagement",
|
|
1673
|
-
"module": "src/entities/entities.ts"
|
|
1674
|
-
}
|
|
1686
|
+
"description": "GridOptions to be passed down from application",
|
|
1687
|
+
"privacy": "public"
|
|
1675
1688
|
},
|
|
1676
1689
|
{
|
|
1677
1690
|
"kind": "field",
|
|
1678
|
-
"name": "
|
|
1691
|
+
"name": "columns",
|
|
1679
1692
|
"type": {
|
|
1680
|
-
"text": "
|
|
1693
|
+
"text": "any"
|
|
1681
1694
|
},
|
|
1682
|
-
"default": "
|
|
1683
|
-
"description": "
|
|
1684
|
-
"privacy": "public",
|
|
1685
|
-
"inheritedFrom": {
|
|
1686
|
-
"name": "EntityManagement",
|
|
1687
|
-
"module": "src/entities/entities.ts"
|
|
1688
|
-
}
|
|
1695
|
+
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
1696
|
+
"description": "Column definition, default to the UsersColumnConfig"
|
|
1689
1697
|
},
|
|
1690
1698
|
{
|
|
1691
1699
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1700
|
+
"name": "additionalCreateFields",
|
|
1693
1701
|
"type": {
|
|
1694
|
-
"text": "
|
|
1702
|
+
"text": "any"
|
|
1695
1703
|
},
|
|
1696
|
-
"default": "
|
|
1697
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
1698
|
-
"privacy": "public",
|
|
1699
|
-
"inheritedFrom": {
|
|
1700
|
-
"name": "EntityManagement",
|
|
1701
|
-
"module": "src/entities/entities.ts"
|
|
1702
|
-
}
|
|
1704
|
+
"default": "[]"
|
|
1703
1705
|
},
|
|
1704
1706
|
{
|
|
1705
1707
|
"kind": "field",
|
|
1706
|
-
"name": "
|
|
1708
|
+
"name": "additionalUpdateFields",
|
|
1707
1709
|
"type": {
|
|
1708
|
-
"text": "
|
|
1710
|
+
"text": "any"
|
|
1709
1711
|
},
|
|
1710
|
-
"default": "
|
|
1711
|
-
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
1712
|
-
"privacy": "public",
|
|
1713
|
-
"inheritedFrom": {
|
|
1714
|
-
"name": "EntityManagement",
|
|
1715
|
-
"module": "src/entities/entities.ts"
|
|
1716
|
-
}
|
|
1712
|
+
"default": "[]"
|
|
1717
1713
|
},
|
|
1718
1714
|
{
|
|
1719
1715
|
"kind": "field",
|
|
1720
|
-
"name": "
|
|
1716
|
+
"name": "allAccessType",
|
|
1721
1717
|
"type": {
|
|
1722
1718
|
"text": "boolean"
|
|
1723
|
-
},
|
|
1724
|
-
"default": "false",
|
|
1725
|
-
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1726
|
-
"privacy": "public",
|
|
1727
|
-
"inheritedFrom": {
|
|
1728
|
-
"name": "EntityManagement",
|
|
1729
|
-
"module": "src/entities/entities.ts"
|
|
1730
1719
|
}
|
|
1731
1720
|
},
|
|
1732
1721
|
{
|
|
1733
1722
|
"kind": "field",
|
|
1734
|
-
"name": "
|
|
1723
|
+
"name": "entityIdValue",
|
|
1735
1724
|
"type": {
|
|
1736
|
-
"text": "
|
|
1725
|
+
"text": "string"
|
|
1737
1726
|
},
|
|
1738
|
-
"
|
|
1739
|
-
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
1740
|
-
"privacy": "public",
|
|
1741
|
-
"inheritedFrom": {
|
|
1742
|
-
"name": "EntityManagement",
|
|
1743
|
-
"module": "src/entities/entities.ts"
|
|
1744
|
-
}
|
|
1727
|
+
"privacy": "private"
|
|
1745
1728
|
},
|
|
1746
1729
|
{
|
|
1747
1730
|
"kind": "field",
|
|
1748
|
-
"name": "
|
|
1731
|
+
"name": "createEvent",
|
|
1749
1732
|
"type": {
|
|
1750
|
-
"text": "
|
|
1733
|
+
"text": "string"
|
|
1751
1734
|
},
|
|
1752
|
-
"description": "
|
|
1753
|
-
"privacy": "public",
|
|
1754
|
-
"inheritedFrom": {
|
|
1755
|
-
"name": "EntityManagement",
|
|
1756
|
-
"module": "src/entities/entities.ts"
|
|
1757
|
-
}
|
|
1735
|
+
"description": "String which contains event if we have permission to insert user of empty string if not"
|
|
1758
1736
|
},
|
|
1759
1737
|
{
|
|
1760
1738
|
"kind": "field",
|
|
1761
|
-
"name": "
|
|
1739
|
+
"name": "deleteEvent",
|
|
1762
1740
|
"type": {
|
|
1763
|
-
"text": "
|
|
1741
|
+
"text": "string"
|
|
1764
1742
|
},
|
|
1765
|
-
"description": "
|
|
1766
|
-
"privacy": "public",
|
|
1767
|
-
"inheritedFrom": {
|
|
1768
|
-
"name": "EntityManagement",
|
|
1769
|
-
"module": "src/entities/entities.ts"
|
|
1770
|
-
}
|
|
1743
|
+
"description": "String which contains event if we have permission to delete user of empty string if not"
|
|
1771
1744
|
},
|
|
1772
1745
|
{
|
|
1773
1746
|
"kind": "field",
|
|
1774
|
-
"name": "
|
|
1747
|
+
"name": "updateEvent",
|
|
1775
1748
|
"type": {
|
|
1776
|
-
"text": "
|
|
1749
|
+
"text": "string"
|
|
1777
1750
|
},
|
|
1778
|
-
"description": "
|
|
1779
|
-
"privacy": "public",
|
|
1780
|
-
"inheritedFrom": {
|
|
1781
|
-
"name": "EntityManagement",
|
|
1782
|
-
"module": "src/entities/entities.ts"
|
|
1783
|
-
}
|
|
1751
|
+
"description": "String which contains event if we have permission to update user of empty string if not"
|
|
1784
1752
|
},
|
|
1785
1753
|
{
|
|
1786
|
-
"kind": "
|
|
1787
|
-
"name": "
|
|
1754
|
+
"kind": "method",
|
|
1755
|
+
"name": "deepClone",
|
|
1756
|
+
"return": {
|
|
1757
|
+
"type": {
|
|
1758
|
+
"text": "Node"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
],
|
|
1763
|
+
"attributes": [
|
|
1764
|
+
{
|
|
1765
|
+
"name": "design-system-prefix",
|
|
1788
1766
|
"type": {
|
|
1789
|
-
"text": "
|
|
1767
|
+
"text": "string"
|
|
1790
1768
|
},
|
|
1791
|
-
"
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
}
|
|
1769
|
+
"default": "'zero'",
|
|
1770
|
+
"description": "Name of the design system prefix that will be used for components.",
|
|
1771
|
+
"fieldName": "prefix"
|
|
1795
1772
|
},
|
|
1796
1773
|
{
|
|
1797
|
-
"
|
|
1798
|
-
"name": "formRenderers",
|
|
1774
|
+
"name": "persist-column-state-key",
|
|
1799
1775
|
"type": {
|
|
1800
|
-
"text": "
|
|
1776
|
+
"text": "string"
|
|
1801
1777
|
},
|
|
1802
|
-
"default": "
|
|
1803
|
-
"description": "
|
|
1778
|
+
"default": "'entity_users_management'",
|
|
1779
|
+
"description": "This attribute controls whether and how the user manager stores the state of the columns when the user edits them. Defaulted to `entity_users_management`.",
|
|
1780
|
+
"fieldName": "persistColumnStateKey"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "enable-search-bar",
|
|
1784
|
+
"type": {
|
|
1785
|
+
"text": "boolean"
|
|
1786
|
+
},
|
|
1787
|
+
"default": "false",
|
|
1788
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
1789
|
+
"fieldName": "enableSearchBar"
|
|
1790
|
+
}
|
|
1791
|
+
],
|
|
1792
|
+
"mixins": [
|
|
1793
|
+
{
|
|
1794
|
+
"name": "LifecycleMixin",
|
|
1795
|
+
"package": "@genesislcap/foundation-utils"
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"superclass": {
|
|
1799
|
+
"name": "FASTElement",
|
|
1800
|
+
"package": "@microsoft/fast-element"
|
|
1801
|
+
},
|
|
1802
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
1803
|
+
"tagName": "user-management",
|
|
1804
|
+
"customElement": true
|
|
1805
|
+
}
|
|
1806
|
+
],
|
|
1807
|
+
"exports": [
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "js",
|
|
1810
|
+
"name": "UsersColumnConfig",
|
|
1811
|
+
"declaration": {
|
|
1812
|
+
"name": "UsersColumnConfig",
|
|
1813
|
+
"module": "src/users/users.ts"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "js",
|
|
1818
|
+
"name": "Users",
|
|
1819
|
+
"declaration": {
|
|
1820
|
+
"name": "Users",
|
|
1821
|
+
"module": "src/users/users.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "custom-element-definition",
|
|
1826
|
+
"name": "user-management",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "Users",
|
|
1829
|
+
"module": "src/users/users.ts"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "javascript-module",
|
|
1836
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
1837
|
+
"declarations": [
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "variable",
|
|
1840
|
+
"name": "editProfileFormSchema",
|
|
1841
|
+
"type": {
|
|
1842
|
+
"text": "object"
|
|
1843
|
+
},
|
|
1844
|
+
"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}"
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"exports": [
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "js",
|
|
1850
|
+
"name": "editProfileFormSchema",
|
|
1851
|
+
"declaration": {
|
|
1852
|
+
"name": "editProfileFormSchema",
|
|
1853
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "javascript-module",
|
|
1860
|
+
"path": "src/profiles/profiles.ts",
|
|
1861
|
+
"declarations": [
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "class",
|
|
1864
|
+
"description": "Main class which defined the profile management functionality",
|
|
1865
|
+
"name": "Profiles",
|
|
1866
|
+
"members": [
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "method",
|
|
1869
|
+
"name": "readProfileData",
|
|
1804
1870
|
"privacy": "public",
|
|
1871
|
+
"parameters": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "profile"
|
|
1874
|
+
}
|
|
1875
|
+
]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"kind": "method",
|
|
1879
|
+
"name": "confirmDelete",
|
|
1805
1880
|
"inheritedFrom": {
|
|
1806
1881
|
"name": "EntityManagement",
|
|
1807
1882
|
"module": "src/entities/entities.ts"
|
|
@@ -1809,11 +1884,11 @@
|
|
|
1809
1884
|
},
|
|
1810
1885
|
{
|
|
1811
1886
|
"kind": "field",
|
|
1812
|
-
"name": "
|
|
1887
|
+
"name": "createEvent",
|
|
1813
1888
|
"type": {
|
|
1814
|
-
"text": "
|
|
1889
|
+
"text": "string"
|
|
1815
1890
|
},
|
|
1816
|
-
"description": "
|
|
1891
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1817
1892
|
"privacy": "public",
|
|
1818
1893
|
"inheritedFrom": {
|
|
1819
1894
|
"name": "EntityManagement",
|
|
@@ -1822,11 +1897,11 @@
|
|
|
1822
1897
|
},
|
|
1823
1898
|
{
|
|
1824
1899
|
"kind": "field",
|
|
1825
|
-
"name": "
|
|
1900
|
+
"name": "deleteEvent",
|
|
1826
1901
|
"type": {
|
|
1827
|
-
"text": "
|
|
1902
|
+
"text": "string"
|
|
1828
1903
|
},
|
|
1829
|
-
"description": "
|
|
1904
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1830
1905
|
"privacy": "public",
|
|
1831
1906
|
"inheritedFrom": {
|
|
1832
1907
|
"name": "EntityManagement",
|
|
@@ -1835,10 +1910,12 @@
|
|
|
1835
1910
|
},
|
|
1836
1911
|
{
|
|
1837
1912
|
"kind": "field",
|
|
1838
|
-
"name": "
|
|
1913
|
+
"name": "updateEvent",
|
|
1839
1914
|
"type": {
|
|
1840
|
-
"text": "
|
|
1915
|
+
"text": "string"
|
|
1841
1916
|
},
|
|
1917
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1918
|
+
"privacy": "public",
|
|
1842
1919
|
"inheritedFrom": {
|
|
1843
1920
|
"name": "EntityManagement",
|
|
1844
1921
|
"module": "src/entities/entities.ts"
|
|
@@ -1846,10 +1923,25 @@
|
|
|
1846
1923
|
},
|
|
1847
1924
|
{
|
|
1848
1925
|
"kind": "field",
|
|
1849
|
-
"name": "
|
|
1926
|
+
"name": "persistColumnStateKey",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "string"
|
|
1929
|
+
},
|
|
1930
|
+
"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.",
|
|
1931
|
+
"privacy": "public",
|
|
1932
|
+
"default": "'entity_profiles_management'",
|
|
1933
|
+
"inheritedFrom": {
|
|
1934
|
+
"name": "EntityManagement",
|
|
1935
|
+
"module": "src/entities/entities.ts"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"kind": "field",
|
|
1940
|
+
"name": "updateFormUiSchema",
|
|
1850
1941
|
"type": {
|
|
1851
1942
|
"text": "any"
|
|
1852
1943
|
},
|
|
1944
|
+
"default": "editProfileFormSchema",
|
|
1853
1945
|
"inheritedFrom": {
|
|
1854
1946
|
"name": "EntityManagement",
|
|
1855
1947
|
"module": "src/entities/entities.ts"
|
|
@@ -1857,11 +1949,11 @@
|
|
|
1857
1949
|
},
|
|
1858
1950
|
{
|
|
1859
1951
|
"kind": "field",
|
|
1860
|
-
"name": "
|
|
1952
|
+
"name": "createFormUiSchema",
|
|
1861
1953
|
"type": {
|
|
1862
|
-
"text": "
|
|
1954
|
+
"text": "any"
|
|
1863
1955
|
},
|
|
1864
|
-
"
|
|
1956
|
+
"default": "editProfileFormSchema",
|
|
1865
1957
|
"inheritedFrom": {
|
|
1866
1958
|
"name": "EntityManagement",
|
|
1867
1959
|
"module": "src/entities/entities.ts"
|
|
@@ -1869,19 +1961,24 @@
|
|
|
1869
1961
|
},
|
|
1870
1962
|
{
|
|
1871
1963
|
"kind": "field",
|
|
1872
|
-
"name": "
|
|
1964
|
+
"name": "readEventFn",
|
|
1873
1965
|
"type": {
|
|
1874
|
-
"text": "
|
|
1966
|
+
"text": "(...args) => {}"
|
|
1875
1967
|
},
|
|
1876
|
-
"default": "false",
|
|
1877
1968
|
"inheritedFrom": {
|
|
1878
1969
|
"name": "EntityManagement",
|
|
1879
1970
|
"module": "src/entities/entities.ts"
|
|
1880
1971
|
}
|
|
1881
1972
|
},
|
|
1882
1973
|
{
|
|
1883
|
-
"kind": "
|
|
1884
|
-
"name": "
|
|
1974
|
+
"kind": "field",
|
|
1975
|
+
"name": "resourceName",
|
|
1976
|
+
"type": {
|
|
1977
|
+
"text": "string"
|
|
1978
|
+
},
|
|
1979
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1980
|
+
"privacy": "public",
|
|
1981
|
+
"default": "'ALL_PROFILES'",
|
|
1885
1982
|
"inheritedFrom": {
|
|
1886
1983
|
"name": "EntityManagement",
|
|
1887
1984
|
"module": "src/entities/entities.ts"
|
|
@@ -1889,11 +1986,13 @@
|
|
|
1889
1986
|
},
|
|
1890
1987
|
{
|
|
1891
1988
|
"kind": "field",
|
|
1892
|
-
"name": "
|
|
1989
|
+
"name": "title",
|
|
1893
1990
|
"type": {
|
|
1894
|
-
"text": "
|
|
1991
|
+
"text": "string"
|
|
1895
1992
|
},
|
|
1993
|
+
"description": "Title of the grid",
|
|
1896
1994
|
"privacy": "public",
|
|
1995
|
+
"default": "'Profile Management'",
|
|
1897
1996
|
"inheritedFrom": {
|
|
1898
1997
|
"name": "EntityManagement",
|
|
1899
1998
|
"module": "src/entities/entities.ts"
|
|
@@ -1901,10 +2000,13 @@
|
|
|
1901
2000
|
},
|
|
1902
2001
|
{
|
|
1903
2002
|
"kind": "field",
|
|
1904
|
-
"name": "
|
|
2003
|
+
"name": "entityLabel",
|
|
1905
2004
|
"type": {
|
|
1906
|
-
"text": "
|
|
2005
|
+
"text": "string"
|
|
1907
2006
|
},
|
|
2007
|
+
"default": "'Profile'",
|
|
2008
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2009
|
+
"privacy": "public",
|
|
1908
2010
|
"inheritedFrom": {
|
|
1909
2011
|
"name": "EntityManagement",
|
|
1910
2012
|
"module": "src/entities/entities.ts"
|
|
@@ -1912,10 +2014,12 @@
|
|
|
1912
2014
|
},
|
|
1913
2015
|
{
|
|
1914
2016
|
"kind": "field",
|
|
1915
|
-
"name": "
|
|
2017
|
+
"name": "connect",
|
|
1916
2018
|
"type": {
|
|
1917
|
-
"text": "
|
|
2019
|
+
"text": "Connect"
|
|
1918
2020
|
},
|
|
2021
|
+
"privacy": "protected",
|
|
2022
|
+
"description": "DI connect object which is used to interact with the backend.",
|
|
1919
2023
|
"inheritedFrom": {
|
|
1920
2024
|
"name": "EntityManagement",
|
|
1921
2025
|
"module": "src/entities/entities.ts"
|
|
@@ -1923,11 +2027,13 @@
|
|
|
1923
2027
|
},
|
|
1924
2028
|
{
|
|
1925
2029
|
"kind": "field",
|
|
1926
|
-
"name": "
|
|
2030
|
+
"name": "prefix",
|
|
1927
2031
|
"type": {
|
|
1928
|
-
"text": "
|
|
2032
|
+
"text": "string"
|
|
1929
2033
|
},
|
|
1930
|
-
"default": "
|
|
2034
|
+
"default": "'zero'",
|
|
2035
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2036
|
+
"privacy": "public",
|
|
1931
2037
|
"inheritedFrom": {
|
|
1932
2038
|
"name": "EntityManagement",
|
|
1933
2039
|
"module": "src/entities/entities.ts"
|
|
@@ -1935,11 +2041,10 @@
|
|
|
1935
2041
|
},
|
|
1936
2042
|
{
|
|
1937
2043
|
"kind": "field",
|
|
1938
|
-
"name": "
|
|
2044
|
+
"name": "readEvent",
|
|
1939
2045
|
"type": {
|
|
1940
|
-
"text": "
|
|
2046
|
+
"text": "string"
|
|
1941
2047
|
},
|
|
1942
|
-
"default": "false",
|
|
1943
2048
|
"inheritedFrom": {
|
|
1944
2049
|
"name": "EntityManagement",
|
|
1945
2050
|
"module": "src/entities/entities.ts"
|
|
@@ -1947,13 +2052,10 @@
|
|
|
1947
2052
|
},
|
|
1948
2053
|
{
|
|
1949
2054
|
"kind": "field",
|
|
1950
|
-
"name": "
|
|
2055
|
+
"name": "readonly",
|
|
1951
2056
|
"type": {
|
|
1952
2057
|
"text": "boolean"
|
|
1953
2058
|
},
|
|
1954
|
-
"default": "false",
|
|
1955
|
-
"description": "This attribute controls whether to enable the search-bar.",
|
|
1956
|
-
"privacy": "public",
|
|
1957
2059
|
"inheritedFrom": {
|
|
1958
2060
|
"name": "EntityManagement",
|
|
1959
2061
|
"module": "src/entities/entities.ts"
|
|
@@ -1961,11 +2063,12 @@
|
|
|
1961
2063
|
},
|
|
1962
2064
|
{
|
|
1963
2065
|
"kind": "field",
|
|
1964
|
-
"name": "
|
|
2066
|
+
"name": "asyncAdd",
|
|
1965
2067
|
"type": {
|
|
1966
|
-
"text": "
|
|
2068
|
+
"text": "boolean"
|
|
1967
2069
|
},
|
|
1968
|
-
"
|
|
2070
|
+
"default": "false",
|
|
2071
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
1969
2072
|
"privacy": "public",
|
|
1970
2073
|
"inheritedFrom": {
|
|
1971
2074
|
"name": "EntityManagement",
|
|
@@ -1974,10 +2077,13 @@
|
|
|
1974
2077
|
},
|
|
1975
2078
|
{
|
|
1976
2079
|
"kind": "field",
|
|
1977
|
-
"name": "
|
|
2080
|
+
"name": "asyncRemove",
|
|
1978
2081
|
"type": {
|
|
1979
|
-
"text": "
|
|
2082
|
+
"text": "boolean"
|
|
1980
2083
|
},
|
|
2084
|
+
"default": "false",
|
|
2085
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2086
|
+
"privacy": "public",
|
|
1981
2087
|
"inheritedFrom": {
|
|
1982
2088
|
"name": "EntityManagement",
|
|
1983
2089
|
"module": "src/entities/entities.ts"
|
|
@@ -1985,12 +2091,12 @@
|
|
|
1985
2091
|
},
|
|
1986
2092
|
{
|
|
1987
2093
|
"kind": "field",
|
|
1988
|
-
"name": "
|
|
2094
|
+
"name": "asyncUpdate",
|
|
1989
2095
|
"type": {
|
|
1990
|
-
"text": "
|
|
2096
|
+
"text": "boolean"
|
|
1991
2097
|
},
|
|
1992
|
-
"default": "
|
|
1993
|
-
"description": "
|
|
2098
|
+
"default": "true",
|
|
2099
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
1994
2100
|
"privacy": "public",
|
|
1995
2101
|
"inheritedFrom": {
|
|
1996
2102
|
"name": "EntityManagement",
|
|
@@ -1998,14 +2104,13 @@
|
|
|
1998
2104
|
}
|
|
1999
2105
|
},
|
|
2000
2106
|
{
|
|
2001
|
-
"kind": "
|
|
2002
|
-
"name": "
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
2005
|
-
"text": "Node"
|
|
2006
|
-
}
|
|
2107
|
+
"kind": "field",
|
|
2108
|
+
"name": "rowSelection",
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "string"
|
|
2007
2111
|
},
|
|
2008
|
-
"
|
|
2112
|
+
"default": "'single'",
|
|
2113
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2009
2114
|
"privacy": "public",
|
|
2010
2115
|
"inheritedFrom": {
|
|
2011
2116
|
"name": "EntityManagement",
|
|
@@ -2013,44 +2118,27 @@
|
|
|
2013
2118
|
}
|
|
2014
2119
|
},
|
|
2015
2120
|
{
|
|
2016
|
-
"kind": "
|
|
2017
|
-
"name": "
|
|
2121
|
+
"kind": "field",
|
|
2122
|
+
"name": "enableCellFlashing",
|
|
2123
|
+
"type": {
|
|
2124
|
+
"text": "boolean"
|
|
2125
|
+
},
|
|
2126
|
+
"default": "false",
|
|
2127
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2018
2128
|
"privacy": "public",
|
|
2019
|
-
"parameters": [
|
|
2020
|
-
{
|
|
2021
|
-
"name": "e",
|
|
2022
|
-
"type": {
|
|
2023
|
-
"text": "CustomEvent"
|
|
2024
|
-
},
|
|
2025
|
-
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
2026
|
-
}
|
|
2027
|
-
],
|
|
2028
|
-
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
2029
2129
|
"inheritedFrom": {
|
|
2030
2130
|
"name": "EntityManagement",
|
|
2031
2131
|
"module": "src/entities/entities.ts"
|
|
2032
2132
|
}
|
|
2033
2133
|
},
|
|
2034
2134
|
{
|
|
2035
|
-
"kind": "
|
|
2036
|
-
"name": "
|
|
2037
|
-
"
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
"text": "CustomEvent"
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2045
|
-
],
|
|
2046
|
-
"inheritedFrom": {
|
|
2047
|
-
"name": "EntityManagement",
|
|
2048
|
-
"module": "src/entities/entities.ts"
|
|
2049
|
-
}
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"kind": "method",
|
|
2053
|
-
"name": "closeModal",
|
|
2135
|
+
"kind": "field",
|
|
2136
|
+
"name": "enableRowFlashing",
|
|
2137
|
+
"type": {
|
|
2138
|
+
"text": "boolean"
|
|
2139
|
+
},
|
|
2140
|
+
"default": "false",
|
|
2141
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2054
2142
|
"privacy": "public",
|
|
2055
2143
|
"inheritedFrom": {
|
|
2056
2144
|
"name": "EntityManagement",
|
|
@@ -2059,783 +2147,687 @@
|
|
|
2059
2147
|
},
|
|
2060
2148
|
{
|
|
2061
2149
|
"kind": "field",
|
|
2062
|
-
"name": "
|
|
2063
|
-
"
|
|
2150
|
+
"name": "gridOptions",
|
|
2151
|
+
"type": {
|
|
2152
|
+
"text": "GridOptions"
|
|
2153
|
+
},
|
|
2154
|
+
"description": "GridOptions to be passed down from application",
|
|
2155
|
+
"privacy": "public",
|
|
2064
2156
|
"inheritedFrom": {
|
|
2065
2157
|
"name": "EntityManagement",
|
|
2066
2158
|
"module": "src/entities/entities.ts"
|
|
2067
2159
|
}
|
|
2068
2160
|
},
|
|
2069
2161
|
{
|
|
2070
|
-
"kind": "
|
|
2071
|
-
"name": "
|
|
2162
|
+
"kind": "field",
|
|
2163
|
+
"name": "columns",
|
|
2164
|
+
"type": {
|
|
2165
|
+
"text": "ColDef[]"
|
|
2166
|
+
},
|
|
2167
|
+
"description": "Array which holds the column definitions.",
|
|
2072
2168
|
"privacy": "public",
|
|
2073
|
-
"parameters": [
|
|
2074
|
-
{
|
|
2075
|
-
"name": "event",
|
|
2076
|
-
"type": {
|
|
2077
|
-
"text": "CustomEvent<Array<SelectedOption>>"
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
],
|
|
2081
2169
|
"inheritedFrom": {
|
|
2082
2170
|
"name": "EntityManagement",
|
|
2083
2171
|
"module": "src/entities/entities.ts"
|
|
2084
2172
|
}
|
|
2085
2173
|
},
|
|
2086
2174
|
{
|
|
2087
|
-
"kind": "
|
|
2088
|
-
"name": "
|
|
2089
|
-
"
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
}
|
|
2095
|
-
}
|
|
2096
|
-
],
|
|
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",
|
|
2181
|
+
"privacy": "public",
|
|
2097
2182
|
"inheritedFrom": {
|
|
2098
2183
|
"name": "EntityManagement",
|
|
2099
2184
|
"module": "src/entities/entities.ts"
|
|
2100
2185
|
}
|
|
2101
2186
|
},
|
|
2102
2187
|
{
|
|
2103
|
-
"kind": "
|
|
2104
|
-
"name": "
|
|
2105
|
-
"
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
"type": {
|
|
2109
|
-
"text": "SelectedOption<string>[]"
|
|
2110
|
-
}
|
|
2111
|
-
}
|
|
2112
|
-
],
|
|
2188
|
+
"kind": "field",
|
|
2189
|
+
"name": "formUiSchema",
|
|
2190
|
+
"type": {
|
|
2191
|
+
"text": "any"
|
|
2192
|
+
},
|
|
2113
2193
|
"inheritedFrom": {
|
|
2114
2194
|
"name": "EntityManagement",
|
|
2115
2195
|
"module": "src/entities/entities.ts"
|
|
2116
2196
|
}
|
|
2117
2197
|
},
|
|
2118
2198
|
{
|
|
2119
|
-
"kind": "
|
|
2120
|
-
"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",
|
|
2121
2206
|
"privacy": "public",
|
|
2122
|
-
"parameters": [
|
|
2123
|
-
{
|
|
2124
|
-
"name": "e",
|
|
2125
|
-
"type": {
|
|
2126
|
-
"text": "CustomEvent<string>"
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
],
|
|
2130
2207
|
"inheritedFrom": {
|
|
2131
2208
|
"name": "EntityManagement",
|
|
2132
2209
|
"module": "src/entities/entities.ts"
|
|
2133
2210
|
}
|
|
2134
2211
|
},
|
|
2135
2212
|
{
|
|
2136
|
-
"kind": "
|
|
2137
|
-
"name": "
|
|
2213
|
+
"kind": "field",
|
|
2214
|
+
"name": "selectedEntity",
|
|
2215
|
+
"type": {
|
|
2216
|
+
"text": "any"
|
|
2217
|
+
},
|
|
2218
|
+
"description": "Reference to the currently selected entity from the grid.",
|
|
2138
2219
|
"privacy": "public",
|
|
2139
|
-
"parameters": [
|
|
2140
|
-
{
|
|
2141
|
-
"name": "e",
|
|
2142
|
-
"type": {
|
|
2143
|
-
"text": "CustomEvent<string>"
|
|
2144
|
-
}
|
|
2145
|
-
}
|
|
2146
|
-
],
|
|
2147
2220
|
"inheritedFrom": {
|
|
2148
2221
|
"name": "EntityManagement",
|
|
2149
2222
|
"module": "src/entities/entities.ts"
|
|
2150
2223
|
}
|
|
2151
2224
|
},
|
|
2152
2225
|
{
|
|
2153
|
-
"kind": "
|
|
2154
|
-
"name": "
|
|
2226
|
+
"kind": "field",
|
|
2227
|
+
"name": "editedEntity",
|
|
2228
|
+
"type": {
|
|
2229
|
+
"text": "any"
|
|
2230
|
+
},
|
|
2231
|
+
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
2155
2232
|
"privacy": "public",
|
|
2156
|
-
"parameters": [
|
|
2157
|
-
{
|
|
2158
|
-
"name": "e",
|
|
2159
|
-
"type": {
|
|
2160
|
-
"text": "CustomEvent"
|
|
2161
|
-
}
|
|
2162
|
-
}
|
|
2163
|
-
],
|
|
2164
2233
|
"inheritedFrom": {
|
|
2165
2234
|
"name": "EntityManagement",
|
|
2166
2235
|
"module": "src/entities/entities.ts"
|
|
2167
2236
|
}
|
|
2168
2237
|
},
|
|
2169
2238
|
{
|
|
2170
|
-
"kind": "
|
|
2171
|
-
"name": "
|
|
2172
|
-
"privacy": "private",
|
|
2173
|
-
"inheritedFrom": {
|
|
2174
|
-
"name": "EntityManagement",
|
|
2175
|
-
"module": "src/entities/entities.ts"
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
],
|
|
2179
|
-
"superclass": {
|
|
2180
|
-
"name": "EntityManagement",
|
|
2181
|
-
"module": "/src/entities"
|
|
2182
|
-
},
|
|
2183
|
-
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2184
|
-
"tagName": "profile-management",
|
|
2185
|
-
"customElement": true,
|
|
2186
|
-
"attributes": [
|
|
2187
|
-
{
|
|
2188
|
-
"name": "design-system-prefix",
|
|
2239
|
+
"kind": "field",
|
|
2240
|
+
"name": "submitting",
|
|
2189
2241
|
"type": {
|
|
2190
|
-
"text": "
|
|
2242
|
+
"text": "boolean"
|
|
2191
2243
|
},
|
|
2192
|
-
"default": "'zero'",
|
|
2193
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2194
|
-
"fieldName": "prefix",
|
|
2195
2244
|
"inheritedFrom": {
|
|
2196
2245
|
"name": "EntityManagement",
|
|
2197
2246
|
"module": "src/entities/entities.ts"
|
|
2198
2247
|
}
|
|
2199
2248
|
},
|
|
2200
2249
|
{
|
|
2201
|
-
"
|
|
2250
|
+
"kind": "field",
|
|
2251
|
+
"name": "defaultEntityValues",
|
|
2202
2252
|
"type": {
|
|
2203
|
-
"text": "
|
|
2253
|
+
"text": "any"
|
|
2204
2254
|
},
|
|
2205
|
-
"description": "Name of the backend resource which contain the entities to manage",
|
|
2206
|
-
"fieldName": "resourceName",
|
|
2207
2255
|
"inheritedFrom": {
|
|
2208
2256
|
"name": "EntityManagement",
|
|
2209
2257
|
"module": "src/entities/entities.ts"
|
|
2210
2258
|
}
|
|
2211
2259
|
},
|
|
2212
2260
|
{
|
|
2213
|
-
"
|
|
2261
|
+
"kind": "field",
|
|
2262
|
+
"name": "editDialogTitle",
|
|
2214
2263
|
"type": {
|
|
2215
2264
|
"text": "string"
|
|
2216
2265
|
},
|
|
2217
|
-
"
|
|
2266
|
+
"description": "String which contains the text of the popup modal when the user is adding or editing an entity",
|
|
2218
2267
|
"inheritedFrom": {
|
|
2219
2268
|
"name": "EntityManagement",
|
|
2220
2269
|
"module": "src/entities/entities.ts"
|
|
2221
2270
|
}
|
|
2222
2271
|
},
|
|
2223
2272
|
{
|
|
2273
|
+
"kind": "field",
|
|
2274
|
+
"name": "editModalVisible",
|
|
2224
2275
|
"type": {
|
|
2225
2276
|
"text": "boolean"
|
|
2226
2277
|
},
|
|
2227
|
-
"
|
|
2278
|
+
"default": "false",
|
|
2228
2279
|
"inheritedFrom": {
|
|
2229
2280
|
"name": "EntityManagement",
|
|
2230
2281
|
"module": "src/entities/entities.ts"
|
|
2231
2282
|
}
|
|
2232
2283
|
},
|
|
2233
2284
|
{
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2236
|
-
"text": "string"
|
|
2237
|
-
},
|
|
2238
|
-
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2239
|
-
"fieldName": "updateEvent",
|
|
2285
|
+
"kind": "method",
|
|
2286
|
+
"name": "editModalVisibleChanged",
|
|
2240
2287
|
"inheritedFrom": {
|
|
2241
2288
|
"name": "EntityManagement",
|
|
2242
2289
|
"module": "src/entities/entities.ts"
|
|
2243
2290
|
}
|
|
2244
2291
|
},
|
|
2245
2292
|
{
|
|
2246
|
-
"
|
|
2293
|
+
"kind": "field",
|
|
2294
|
+
"name": "editEntityModal",
|
|
2247
2295
|
"type": {
|
|
2248
|
-
"text": "
|
|
2296
|
+
"text": "any"
|
|
2249
2297
|
},
|
|
2250
|
-
"
|
|
2251
|
-
"fieldName": "deleteEvent",
|
|
2298
|
+
"privacy": "public",
|
|
2252
2299
|
"inheritedFrom": {
|
|
2253
2300
|
"name": "EntityManagement",
|
|
2254
2301
|
"module": "src/entities/entities.ts"
|
|
2255
2302
|
}
|
|
2256
2303
|
},
|
|
2257
2304
|
{
|
|
2258
|
-
"
|
|
2305
|
+
"kind": "field",
|
|
2306
|
+
"name": "sizeColumnsToFit",
|
|
2259
2307
|
"type": {
|
|
2260
|
-
"text": "
|
|
2308
|
+
"text": "boolean"
|
|
2261
2309
|
},
|
|
2262
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2263
|
-
"fieldName": "createEvent",
|
|
2264
2310
|
"inheritedFrom": {
|
|
2265
2311
|
"name": "EntityManagement",
|
|
2266
2312
|
"module": "src/entities/entities.ts"
|
|
2267
2313
|
}
|
|
2268
2314
|
},
|
|
2269
2315
|
{
|
|
2270
|
-
"
|
|
2316
|
+
"kind": "field",
|
|
2317
|
+
"name": "enableFilterBar",
|
|
2271
2318
|
"type": {
|
|
2272
|
-
"text": "
|
|
2319
|
+
"text": "boolean"
|
|
2273
2320
|
},
|
|
2274
|
-
"description": "Title of the grid",
|
|
2275
|
-
"fieldName": "title",
|
|
2276
2321
|
"inheritedFrom": {
|
|
2277
2322
|
"name": "EntityManagement",
|
|
2278
2323
|
"module": "src/entities/entities.ts"
|
|
2279
2324
|
}
|
|
2280
2325
|
},
|
|
2281
2326
|
{
|
|
2282
|
-
"
|
|
2327
|
+
"kind": "field",
|
|
2328
|
+
"name": "hideEdit",
|
|
2283
2329
|
"type": {
|
|
2284
|
-
"text": "
|
|
2330
|
+
"text": "boolean"
|
|
2285
2331
|
},
|
|
2286
|
-
"default": "
|
|
2287
|
-
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2288
|
-
"fieldName": "entityLabel",
|
|
2332
|
+
"default": "false",
|
|
2289
2333
|
"inheritedFrom": {
|
|
2290
2334
|
"name": "EntityManagement",
|
|
2291
2335
|
"module": "src/entities/entities.ts"
|
|
2292
2336
|
}
|
|
2293
2337
|
},
|
|
2294
2338
|
{
|
|
2295
|
-
"
|
|
2339
|
+
"kind": "field",
|
|
2340
|
+
"name": "hideDelete",
|
|
2296
2341
|
"type": {
|
|
2297
2342
|
"text": "boolean"
|
|
2298
2343
|
},
|
|
2299
2344
|
"default": "false",
|
|
2300
|
-
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2301
|
-
"fieldName": "asyncAdd",
|
|
2302
2345
|
"inheritedFrom": {
|
|
2303
2346
|
"name": "EntityManagement",
|
|
2304
2347
|
"module": "src/entities/entities.ts"
|
|
2305
2348
|
}
|
|
2306
2349
|
},
|
|
2307
2350
|
{
|
|
2308
|
-
"
|
|
2351
|
+
"kind": "field",
|
|
2352
|
+
"name": "enableSearchBar",
|
|
2309
2353
|
"type": {
|
|
2310
2354
|
"text": "boolean"
|
|
2311
2355
|
},
|
|
2312
2356
|
"default": "false",
|
|
2313
|
-
"description": "
|
|
2314
|
-
"
|
|
2357
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
2358
|
+
"privacy": "public",
|
|
2315
2359
|
"inheritedFrom": {
|
|
2316
2360
|
"name": "EntityManagement",
|
|
2317
2361
|
"module": "src/entities/entities.ts"
|
|
2318
2362
|
}
|
|
2319
2363
|
},
|
|
2320
2364
|
{
|
|
2321
|
-
"
|
|
2365
|
+
"kind": "field",
|
|
2366
|
+
"name": "headerCaseType",
|
|
2322
2367
|
"type": {
|
|
2323
|
-
"text": "
|
|
2368
|
+
"text": "GridProCaseType"
|
|
2324
2369
|
},
|
|
2325
|
-
"
|
|
2326
|
-
"
|
|
2327
|
-
"fieldName": "asyncUpdate",
|
|
2370
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2371
|
+
"privacy": "public",
|
|
2328
2372
|
"inheritedFrom": {
|
|
2329
2373
|
"name": "EntityManagement",
|
|
2330
2374
|
"module": "src/entities/entities.ts"
|
|
2331
2375
|
}
|
|
2332
2376
|
},
|
|
2333
2377
|
{
|
|
2334
|
-
"
|
|
2378
|
+
"kind": "field",
|
|
2379
|
+
"name": "searchBarConfig",
|
|
2335
2380
|
"type": {
|
|
2336
|
-
"text": "
|
|
2381
|
+
"text": "AvailableOption[]"
|
|
2337
2382
|
},
|
|
2338
|
-
"default": "'single'",
|
|
2339
|
-
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2340
|
-
"fieldName": "rowSelection",
|
|
2341
2383
|
"inheritedFrom": {
|
|
2342
2384
|
"name": "EntityManagement",
|
|
2343
2385
|
"module": "src/entities/entities.ts"
|
|
2344
2386
|
}
|
|
2345
2387
|
},
|
|
2346
2388
|
{
|
|
2347
|
-
"
|
|
2389
|
+
"kind": "field",
|
|
2390
|
+
"name": "modalPosition",
|
|
2348
2391
|
"type": {
|
|
2349
|
-
"text": "
|
|
2392
|
+
"text": "'centre' | 'left' | 'right'"
|
|
2350
2393
|
},
|
|
2351
|
-
"default": "
|
|
2352
|
-
"description": "
|
|
2353
|
-
"
|
|
2394
|
+
"default": "'right'",
|
|
2395
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
2396
|
+
"privacy": "public",
|
|
2354
2397
|
"inheritedFrom": {
|
|
2355
2398
|
"name": "EntityManagement",
|
|
2356
2399
|
"module": "src/entities/entities.ts"
|
|
2357
2400
|
}
|
|
2358
2401
|
},
|
|
2359
2402
|
{
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2362
|
-
|
|
2403
|
+
"kind": "method",
|
|
2404
|
+
"name": "deepClone",
|
|
2405
|
+
"return": {
|
|
2406
|
+
"type": {
|
|
2407
|
+
"text": "Node"
|
|
2408
|
+
}
|
|
2363
2409
|
},
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2366
|
-
"fieldName": "enableRowFlashing",
|
|
2410
|
+
"description": "Override the deepClone method to ensure that observable attributes are cloned",
|
|
2411
|
+
"privacy": "public",
|
|
2367
2412
|
"inheritedFrom": {
|
|
2368
2413
|
"name": "EntityManagement",
|
|
2369
2414
|
"module": "src/entities/entities.ts"
|
|
2370
2415
|
}
|
|
2371
2416
|
},
|
|
2372
2417
|
{
|
|
2373
|
-
"
|
|
2418
|
+
"kind": "method",
|
|
2419
|
+
"name": "submitEntityChanges",
|
|
2420
|
+
"privacy": "public",
|
|
2421
|
+
"parameters": [
|
|
2422
|
+
{
|
|
2423
|
+
"name": "e",
|
|
2424
|
+
"type": {
|
|
2425
|
+
"text": "CustomEvent"
|
|
2426
|
+
},
|
|
2427
|
+
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
2428
|
+
}
|
|
2429
|
+
],
|
|
2430
|
+
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
2431
|
+
"inheritedFrom": {
|
|
2432
|
+
"name": "EntityManagement",
|
|
2433
|
+
"module": "src/entities/entities.ts"
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"kind": "method",
|
|
2438
|
+
"name": "readEntity",
|
|
2439
|
+
"privacy": "private",
|
|
2440
|
+
"parameters": [
|
|
2441
|
+
{
|
|
2442
|
+
"name": "e",
|
|
2443
|
+
"type": {
|
|
2444
|
+
"text": "CustomEvent"
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"inheritedFrom": {
|
|
2449
|
+
"name": "EntityManagement",
|
|
2450
|
+
"module": "src/entities/entities.ts"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "method",
|
|
2455
|
+
"name": "closeModal",
|
|
2456
|
+
"privacy": "public",
|
|
2457
|
+
"inheritedFrom": {
|
|
2458
|
+
"name": "EntityManagement",
|
|
2459
|
+
"module": "src/entities/entities.ts"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "field",
|
|
2464
|
+
"name": "headerTempalate",
|
|
2465
|
+
"readonly": true,
|
|
2466
|
+
"inheritedFrom": {
|
|
2467
|
+
"name": "EntityManagement",
|
|
2468
|
+
"module": "src/entities/entities.ts"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"kind": "method",
|
|
2473
|
+
"name": "searchChanged",
|
|
2474
|
+
"privacy": "public",
|
|
2475
|
+
"parameters": [
|
|
2476
|
+
{
|
|
2477
|
+
"name": "event",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "CustomEvent<Array<SelectedOption>>"
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"inheritedFrom": {
|
|
2484
|
+
"name": "EntityManagement",
|
|
2485
|
+
"module": "src/entities/entities.ts"
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "method",
|
|
2490
|
+
"name": "searchBarReqServer",
|
|
2491
|
+
"parameters": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "options",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "SelectedOption<string>[]"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"inheritedFrom": {
|
|
2500
|
+
"name": "EntityManagement",
|
|
2501
|
+
"module": "src/entities/entities.ts"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"kind": "method",
|
|
2506
|
+
"name": "searchBarDataserver",
|
|
2507
|
+
"parameters": [
|
|
2508
|
+
{
|
|
2509
|
+
"name": "options",
|
|
2510
|
+
"type": {
|
|
2511
|
+
"text": "SelectedOption<string>[]"
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"inheritedFrom": {
|
|
2516
|
+
"name": "EntityManagement",
|
|
2517
|
+
"module": "src/entities/entities.ts"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "method",
|
|
2522
|
+
"name": "requestChanged",
|
|
2523
|
+
"privacy": "public",
|
|
2524
|
+
"parameters": [
|
|
2525
|
+
{
|
|
2526
|
+
"name": "e",
|
|
2527
|
+
"type": {
|
|
2528
|
+
"text": "CustomEvent<string>"
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"inheritedFrom": {
|
|
2533
|
+
"name": "EntityManagement",
|
|
2534
|
+
"module": "src/entities/entities.ts"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"kind": "method",
|
|
2539
|
+
"name": "criteriaChanged",
|
|
2540
|
+
"privacy": "public",
|
|
2541
|
+
"parameters": [
|
|
2542
|
+
{
|
|
2543
|
+
"name": "e",
|
|
2544
|
+
"type": {
|
|
2545
|
+
"text": "CustomEvent<string>"
|
|
2546
|
+
}
|
|
2547
|
+
}
|
|
2548
|
+
],
|
|
2549
|
+
"inheritedFrom": {
|
|
2550
|
+
"name": "EntityManagement",
|
|
2551
|
+
"module": "src/entities/entities.ts"
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"kind": "method",
|
|
2556
|
+
"name": "submitFailureNotification",
|
|
2557
|
+
"privacy": "public",
|
|
2558
|
+
"parameters": [
|
|
2559
|
+
{
|
|
2560
|
+
"name": "e",
|
|
2561
|
+
"type": {
|
|
2562
|
+
"text": "CustomEvent"
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2565
|
+
],
|
|
2566
|
+
"inheritedFrom": {
|
|
2567
|
+
"name": "EntityManagement",
|
|
2568
|
+
"module": "src/entities/entities.ts"
|
|
2569
|
+
}
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"kind": "method",
|
|
2573
|
+
"name": "showDeleteConfirmation",
|
|
2574
|
+
"privacy": "private",
|
|
2575
|
+
"inheritedFrom": {
|
|
2576
|
+
"name": "EntityManagement",
|
|
2577
|
+
"module": "src/entities/entities.ts"
|
|
2578
|
+
}
|
|
2579
|
+
}
|
|
2580
|
+
],
|
|
2581
|
+
"superclass": {
|
|
2582
|
+
"name": "EntityManagement",
|
|
2583
|
+
"module": "/src/entities"
|
|
2584
|
+
},
|
|
2585
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2586
|
+
"tagName": "profile-management",
|
|
2587
|
+
"customElement": true,
|
|
2588
|
+
"attributes": [
|
|
2589
|
+
{
|
|
2590
|
+
"name": "design-system-prefix",
|
|
2374
2591
|
"type": {
|
|
2375
2592
|
"text": "string"
|
|
2376
2593
|
},
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2594
|
+
"default": "'zero'",
|
|
2595
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2596
|
+
"fieldName": "prefix",
|
|
2379
2597
|
"inheritedFrom": {
|
|
2380
2598
|
"name": "EntityManagement",
|
|
2381
2599
|
"module": "src/entities/entities.ts"
|
|
2382
2600
|
}
|
|
2383
2601
|
},
|
|
2384
2602
|
{
|
|
2385
|
-
"name": "
|
|
2603
|
+
"name": "resourceName",
|
|
2386
2604
|
"type": {
|
|
2387
|
-
"text": "
|
|
2605
|
+
"text": "string"
|
|
2388
2606
|
},
|
|
2389
|
-
"
|
|
2607
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
2608
|
+
"fieldName": "resourceName",
|
|
2390
2609
|
"inheritedFrom": {
|
|
2391
2610
|
"name": "EntityManagement",
|
|
2392
2611
|
"module": "src/entities/entities.ts"
|
|
2393
2612
|
}
|
|
2394
2613
|
},
|
|
2395
2614
|
{
|
|
2396
|
-
"name": "
|
|
2615
|
+
"name": "readEvent",
|
|
2397
2616
|
"type": {
|
|
2398
|
-
"text": "
|
|
2617
|
+
"text": "string"
|
|
2399
2618
|
},
|
|
2400
|
-
"fieldName": "
|
|
2619
|
+
"fieldName": "readEvent",
|
|
2401
2620
|
"inheritedFrom": {
|
|
2402
2621
|
"name": "EntityManagement",
|
|
2403
2622
|
"module": "src/entities/entities.ts"
|
|
2404
2623
|
}
|
|
2405
2624
|
},
|
|
2406
2625
|
{
|
|
2407
|
-
"name": "hide-edit",
|
|
2408
2626
|
"type": {
|
|
2409
2627
|
"text": "boolean"
|
|
2410
2628
|
},
|
|
2411
|
-
"
|
|
2412
|
-
"fieldName": "hideEdit",
|
|
2629
|
+
"fieldName": "readonly",
|
|
2413
2630
|
"inheritedFrom": {
|
|
2414
2631
|
"name": "EntityManagement",
|
|
2415
2632
|
"module": "src/entities/entities.ts"
|
|
2416
2633
|
}
|
|
2417
2634
|
},
|
|
2418
2635
|
{
|
|
2419
|
-
"name": "
|
|
2636
|
+
"name": "updateEvent",
|
|
2420
2637
|
"type": {
|
|
2421
|
-
"text": "
|
|
2638
|
+
"text": "string"
|
|
2422
2639
|
},
|
|
2423
|
-
"
|
|
2424
|
-
"fieldName": "
|
|
2640
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2641
|
+
"fieldName": "updateEvent",
|
|
2425
2642
|
"inheritedFrom": {
|
|
2426
2643
|
"name": "EntityManagement",
|
|
2427
2644
|
"module": "src/entities/entities.ts"
|
|
2428
2645
|
}
|
|
2429
2646
|
},
|
|
2430
2647
|
{
|
|
2431
|
-
"name": "
|
|
2648
|
+
"name": "deleteEvent",
|
|
2432
2649
|
"type": {
|
|
2433
|
-
"text": "
|
|
2650
|
+
"text": "string"
|
|
2434
2651
|
},
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2437
|
-
"fieldName": "enableSearchBar",
|
|
2652
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2653
|
+
"fieldName": "deleteEvent",
|
|
2438
2654
|
"inheritedFrom": {
|
|
2439
2655
|
"name": "EntityManagement",
|
|
2440
2656
|
"module": "src/entities/entities.ts"
|
|
2441
2657
|
}
|
|
2442
2658
|
},
|
|
2443
2659
|
{
|
|
2444
|
-
"name": "
|
|
2660
|
+
"name": "createEvent",
|
|
2445
2661
|
"type": {
|
|
2446
|
-
"text": "
|
|
2662
|
+
"text": "string"
|
|
2447
2663
|
},
|
|
2448
|
-
"description": "
|
|
2449
|
-
"fieldName": "
|
|
2664
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2665
|
+
"fieldName": "createEvent",
|
|
2450
2666
|
"inheritedFrom": {
|
|
2451
2667
|
"name": "EntityManagement",
|
|
2452
2668
|
"module": "src/entities/entities.ts"
|
|
2453
2669
|
}
|
|
2454
2670
|
},
|
|
2455
2671
|
{
|
|
2456
|
-
"name": "
|
|
2672
|
+
"name": "title",
|
|
2457
2673
|
"type": {
|
|
2458
|
-
"text": "
|
|
2674
|
+
"text": "string"
|
|
2459
2675
|
},
|
|
2460
|
-
"
|
|
2461
|
-
"
|
|
2462
|
-
"fieldName": "modalPosition",
|
|
2676
|
+
"description": "Title of the grid",
|
|
2677
|
+
"fieldName": "title",
|
|
2463
2678
|
"inheritedFrom": {
|
|
2464
2679
|
"name": "EntityManagement",
|
|
2465
2680
|
"module": "src/entities/entities.ts"
|
|
2466
2681
|
}
|
|
2467
|
-
}
|
|
2468
|
-
]
|
|
2469
|
-
}
|
|
2470
|
-
],
|
|
2471
|
-
"exports": [
|
|
2472
|
-
{
|
|
2473
|
-
"kind": "js",
|
|
2474
|
-
"name": "Profiles",
|
|
2475
|
-
"declaration": {
|
|
2476
|
-
"name": "Profiles",
|
|
2477
|
-
"module": "src/profiles/profiles.ts"
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"kind": "custom-element-definition",
|
|
2482
|
-
"name": "profile-management",
|
|
2483
|
-
"declaration": {
|
|
2484
|
-
"name": "Profiles",
|
|
2485
|
-
"module": "src/profiles/profiles.ts"
|
|
2486
|
-
}
|
|
2487
|
-
}
|
|
2488
|
-
]
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"kind": "javascript-module",
|
|
2492
|
-
"path": "src/main/index.ts",
|
|
2493
|
-
"declarations": [],
|
|
2494
|
-
"exports": [
|
|
2495
|
-
{
|
|
2496
|
-
"kind": "js",
|
|
2497
|
-
"name": "*",
|
|
2498
|
-
"declaration": {
|
|
2499
|
-
"name": "*",
|
|
2500
|
-
"package": "./main.template"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "js",
|
|
2505
|
-
"name": "*",
|
|
2506
|
-
"declaration": {
|
|
2507
|
-
"name": "*",
|
|
2508
|
-
"package": "./main"
|
|
2509
|
-
}
|
|
2510
|
-
}
|
|
2511
|
-
]
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"kind": "javascript-module",
|
|
2515
|
-
"path": "src/main/main.styles.ts",
|
|
2516
|
-
"declarations": [
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "variable",
|
|
2519
|
-
"name": "MainStyles",
|
|
2520
|
-
"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`"
|
|
2521
|
-
}
|
|
2522
|
-
],
|
|
2523
|
-
"exports": [
|
|
2524
|
-
{
|
|
2525
|
-
"kind": "js",
|
|
2526
|
-
"name": "MainStyles",
|
|
2527
|
-
"declaration": {
|
|
2528
|
-
"name": "MainStyles",
|
|
2529
|
-
"module": "src/main/main.styles.ts"
|
|
2530
|
-
}
|
|
2531
|
-
}
|
|
2532
|
-
]
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"kind": "javascript-module",
|
|
2536
|
-
"path": "src/main/main.template.ts",
|
|
2537
|
-
"declarations": [],
|
|
2538
|
-
"exports": []
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"kind": "javascript-module",
|
|
2542
|
-
"path": "src/main/main.ts",
|
|
2543
|
-
"declarations": [
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "class",
|
|
2546
|
-
"description": "",
|
|
2547
|
-
"name": "MainApplication",
|
|
2548
|
-
"members": [
|
|
2549
|
-
{
|
|
2550
|
-
"kind": "field",
|
|
2551
|
-
"name": "config",
|
|
2552
|
-
"type": {
|
|
2553
|
-
"text": "MainRouterConfig"
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "field",
|
|
2558
|
-
"name": "connect",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "Connect"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"kind": "field",
|
|
2565
|
-
"name": "session",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "Session"
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"kind": "field",
|
|
2572
|
-
"name": "container",
|
|
2573
|
-
"type": {
|
|
2574
|
-
"text": "Container"
|
|
2575
|
-
}
|
|
2576
2682
|
},
|
|
2577
2683
|
{
|
|
2578
|
-
"
|
|
2579
|
-
"name": "provider",
|
|
2684
|
+
"name": "entityLabel",
|
|
2580
2685
|
"type": {
|
|
2581
|
-
"text": "
|
|
2686
|
+
"text": "string"
|
|
2687
|
+
},
|
|
2688
|
+
"default": "''",
|
|
2689
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2690
|
+
"fieldName": "entityLabel",
|
|
2691
|
+
"inheritedFrom": {
|
|
2692
|
+
"name": "EntityManagement",
|
|
2693
|
+
"module": "src/entities/entities.ts"
|
|
2582
2694
|
}
|
|
2583
2695
|
},
|
|
2584
2696
|
{
|
|
2585
|
-
"
|
|
2586
|
-
"name": "ready",
|
|
2697
|
+
"name": "async-add",
|
|
2587
2698
|
"type": {
|
|
2588
2699
|
"text": "boolean"
|
|
2589
2700
|
},
|
|
2590
|
-
"default": "false"
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2703
|
+
"fieldName": "asyncAdd",
|
|
2704
|
+
"inheritedFrom": {
|
|
2705
|
+
"name": "EntityManagement",
|
|
2706
|
+
"module": "src/entities/entities.ts"
|
|
2707
|
+
}
|
|
2591
2708
|
},
|
|
2592
2709
|
{
|
|
2593
|
-
"
|
|
2594
|
-
"name": "data",
|
|
2710
|
+
"name": "async-remove",
|
|
2595
2711
|
"type": {
|
|
2596
|
-
"text": "
|
|
2712
|
+
"text": "boolean"
|
|
2597
2713
|
},
|
|
2598
|
-
"default": "
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
"
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
"kind": "method",
|
|
2606
|
-
"name": "loadRemotes"
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"kind": "method",
|
|
2610
|
-
"name": "selectTemplate"
|
|
2714
|
+
"default": "false",
|
|
2715
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2716
|
+
"fieldName": "asyncRemove",
|
|
2717
|
+
"inheritedFrom": {
|
|
2718
|
+
"name": "EntityManagement",
|
|
2719
|
+
"module": "src/entities/entities.ts"
|
|
2720
|
+
}
|
|
2611
2721
|
},
|
|
2612
2722
|
{
|
|
2613
|
-
"
|
|
2614
|
-
"name": "registerDIDependencies",
|
|
2615
|
-
"privacy": "private"
|
|
2616
|
-
}
|
|
2617
|
-
],
|
|
2618
|
-
"superclass": {
|
|
2619
|
-
"name": "FASTElement",
|
|
2620
|
-
"package": "@microsoft/fast-element"
|
|
2621
|
-
},
|
|
2622
|
-
"customElement": true
|
|
2623
|
-
}
|
|
2624
|
-
],
|
|
2625
|
-
"exports": [
|
|
2626
|
-
{
|
|
2627
|
-
"kind": "js",
|
|
2628
|
-
"name": "MainApplication",
|
|
2629
|
-
"declaration": {
|
|
2630
|
-
"name": "MainApplication",
|
|
2631
|
-
"module": "src/main/main.ts"
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "custom-element-definition",
|
|
2636
|
-
"declaration": {
|
|
2637
|
-
"name": "MainApplication",
|
|
2638
|
-
"module": "src/main/main.ts"
|
|
2639
|
-
}
|
|
2640
|
-
}
|
|
2641
|
-
]
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "javascript-module",
|
|
2645
|
-
"path": "src/routes/config.ts",
|
|
2646
|
-
"declarations": [],
|
|
2647
|
-
"exports": []
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"kind": "javascript-module",
|
|
2651
|
-
"path": "src/routes/index.ts",
|
|
2652
|
-
"declarations": [],
|
|
2653
|
-
"exports": [
|
|
2654
|
-
{
|
|
2655
|
-
"kind": "js",
|
|
2656
|
-
"name": "*",
|
|
2657
|
-
"declaration": {
|
|
2658
|
-
"name": "*",
|
|
2659
|
-
"package": "./config"
|
|
2660
|
-
}
|
|
2661
|
-
}
|
|
2662
|
-
]
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"kind": "javascript-module",
|
|
2666
|
-
"path": "src/users/users.template.ts",
|
|
2667
|
-
"declarations": [
|
|
2668
|
-
{
|
|
2669
|
-
"kind": "function",
|
|
2670
|
-
"name": "getPrefixedUsers",
|
|
2671
|
-
"parameters": [
|
|
2672
|
-
{
|
|
2673
|
-
"name": "prefix"
|
|
2674
|
-
}
|
|
2675
|
-
]
|
|
2676
|
-
}
|
|
2677
|
-
],
|
|
2678
|
-
"exports": [
|
|
2679
|
-
{
|
|
2680
|
-
"kind": "js",
|
|
2681
|
-
"name": "getPrefixedUsers",
|
|
2682
|
-
"declaration": {
|
|
2683
|
-
"name": "getPrefixedUsers",
|
|
2684
|
-
"module": "src/users/users.template.ts"
|
|
2685
|
-
}
|
|
2686
|
-
}
|
|
2687
|
-
]
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "javascript-module",
|
|
2691
|
-
"path": "src/users/users.ts",
|
|
2692
|
-
"declarations": [
|
|
2693
|
-
{
|
|
2694
|
-
"kind": "variable",
|
|
2695
|
-
"name": "UsersColumnConfig",
|
|
2696
|
-
"type": {
|
|
2697
|
-
"text": "array"
|
|
2698
|
-
},
|
|
2699
|
-
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
2700
|
-
"description": "Defines the default columns which are present on the user management component",
|
|
2701
|
-
"privacy": "public"
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "class",
|
|
2705
|
-
"description": "Main class which defines the user management functionality",
|
|
2706
|
-
"name": "Users",
|
|
2707
|
-
"members": [
|
|
2708
|
-
{
|
|
2709
|
-
"kind": "field",
|
|
2710
|
-
"name": "prefix",
|
|
2723
|
+
"name": "async-update",
|
|
2711
2724
|
"type": {
|
|
2712
|
-
"text": "
|
|
2725
|
+
"text": "boolean"
|
|
2713
2726
|
},
|
|
2714
|
-
"default": "
|
|
2715
|
-
"description": "
|
|
2716
|
-
"
|
|
2727
|
+
"default": "true",
|
|
2728
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
2729
|
+
"fieldName": "asyncUpdate",
|
|
2730
|
+
"inheritedFrom": {
|
|
2731
|
+
"name": "EntityManagement",
|
|
2732
|
+
"module": "src/entities/entities.ts"
|
|
2733
|
+
}
|
|
2717
2734
|
},
|
|
2718
2735
|
{
|
|
2719
|
-
"
|
|
2720
|
-
"name": "persistColumnStateKey",
|
|
2736
|
+
"name": "row-selection",
|
|
2721
2737
|
"type": {
|
|
2722
2738
|
"text": "string"
|
|
2723
2739
|
},
|
|
2724
|
-
"default": "'
|
|
2725
|
-
"description": "This attribute
|
|
2726
|
-
"
|
|
2740
|
+
"default": "'single'",
|
|
2741
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2742
|
+
"fieldName": "rowSelection",
|
|
2743
|
+
"inheritedFrom": {
|
|
2744
|
+
"name": "EntityManagement",
|
|
2745
|
+
"module": "src/entities/entities.ts"
|
|
2746
|
+
}
|
|
2727
2747
|
},
|
|
2728
2748
|
{
|
|
2729
|
-
"
|
|
2730
|
-
"name": "enableSearchBar",
|
|
2749
|
+
"name": "enable-cell-flashing",
|
|
2731
2750
|
"type": {
|
|
2732
2751
|
"text": "boolean"
|
|
2733
2752
|
},
|
|
2734
2753
|
"default": "false",
|
|
2735
|
-
"description": "
|
|
2736
|
-
"
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
"name": "gridOptions",
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "GridOptions"
|
|
2743
|
-
},
|
|
2744
|
-
"description": "GridOptions to be passed down from application",
|
|
2745
|
-
"privacy": "public"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"kind": "field",
|
|
2749
|
-
"name": "columns",
|
|
2750
|
-
"type": {
|
|
2751
|
-
"text": "any"
|
|
2752
|
-
},
|
|
2753
|
-
"default": "[\n {\n ...defaultColumnConfig,\n field: 'USER_NAME',\n headerName: 'Username',\n },\n {\n ...defaultColumnConfig,\n field: 'FIRST_NAME',\n headerName: 'First Name',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_NAME',\n headerName: 'Last Name',\n },\n {\n ...defaultColumnConfig,\n field: 'EMAIL_ADDRESS',\n headerName: 'Email',\n },\n {\n ...defaultColumnConfig,\n field: 'LAST_LOGIN',\n headerName: 'Last Login',\n valueFormatter: ({ value }) =>\n value\n ? new Intl.DateTimeFormat('default', {\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour: 'numeric',\n minute: 'numeric',\n }).format(value)\n : '',\n },\n]",
|
|
2754
|
-
"description": "Column definition, default to the UsersColumnConfig"
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"kind": "field",
|
|
2758
|
-
"name": "additionalCreateFields",
|
|
2759
|
-
"type": {
|
|
2760
|
-
"text": "any"
|
|
2761
|
-
},
|
|
2762
|
-
"default": "[]"
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"kind": "field",
|
|
2766
|
-
"name": "additionalUpdateFields",
|
|
2767
|
-
"type": {
|
|
2768
|
-
"text": "any"
|
|
2769
|
-
},
|
|
2770
|
-
"default": "[]"
|
|
2771
|
-
},
|
|
2772
|
-
{
|
|
2773
|
-
"kind": "field",
|
|
2774
|
-
"name": "allAccessType",
|
|
2775
|
-
"type": {
|
|
2776
|
-
"text": "boolean"
|
|
2754
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2755
|
+
"fieldName": "enableCellFlashing",
|
|
2756
|
+
"inheritedFrom": {
|
|
2757
|
+
"name": "EntityManagement",
|
|
2758
|
+
"module": "src/entities/entities.ts"
|
|
2777
2759
|
}
|
|
2778
2760
|
},
|
|
2779
2761
|
{
|
|
2780
|
-
"
|
|
2781
|
-
"name": "entityIdValue",
|
|
2762
|
+
"name": "enable-row-flashing",
|
|
2782
2763
|
"type": {
|
|
2783
|
-
"text": "
|
|
2764
|
+
"text": "boolean"
|
|
2784
2765
|
},
|
|
2785
|
-
"
|
|
2766
|
+
"default": "false",
|
|
2767
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2768
|
+
"fieldName": "enableRowFlashing",
|
|
2769
|
+
"inheritedFrom": {
|
|
2770
|
+
"name": "EntityManagement",
|
|
2771
|
+
"module": "src/entities/entities.ts"
|
|
2772
|
+
}
|
|
2786
2773
|
},
|
|
2787
2774
|
{
|
|
2788
|
-
"
|
|
2789
|
-
"name": "createEvent",
|
|
2775
|
+
"name": "persist-column-state-key",
|
|
2790
2776
|
"type": {
|
|
2791
2777
|
"text": "string"
|
|
2792
2778
|
},
|
|
2793
|
-
"description": "
|
|
2779
|
+
"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.",
|
|
2780
|
+
"fieldName": "persistColumnStateKey",
|
|
2781
|
+
"inheritedFrom": {
|
|
2782
|
+
"name": "EntityManagement",
|
|
2783
|
+
"module": "src/entities/entities.ts"
|
|
2784
|
+
}
|
|
2794
2785
|
},
|
|
2795
2786
|
{
|
|
2796
|
-
"
|
|
2797
|
-
"name": "deleteEvent",
|
|
2787
|
+
"name": "size-columns-to-fit",
|
|
2798
2788
|
"type": {
|
|
2799
|
-
"text": "
|
|
2789
|
+
"text": "boolean"
|
|
2800
2790
|
},
|
|
2801
|
-
"
|
|
2791
|
+
"fieldName": "sizeColumnsToFit",
|
|
2792
|
+
"inheritedFrom": {
|
|
2793
|
+
"name": "EntityManagement",
|
|
2794
|
+
"module": "src/entities/entities.ts"
|
|
2795
|
+
}
|
|
2802
2796
|
},
|
|
2803
2797
|
{
|
|
2804
|
-
"
|
|
2805
|
-
"name": "updateEvent",
|
|
2798
|
+
"name": "enable-filter-bar",
|
|
2806
2799
|
"type": {
|
|
2807
|
-
"text": "
|
|
2800
|
+
"text": "boolean"
|
|
2808
2801
|
},
|
|
2809
|
-
"
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
"name": "deepClone",
|
|
2814
|
-
"return": {
|
|
2815
|
-
"type": {
|
|
2816
|
-
"text": "Node"
|
|
2817
|
-
}
|
|
2802
|
+
"fieldName": "enableFilterBar",
|
|
2803
|
+
"inheritedFrom": {
|
|
2804
|
+
"name": "EntityManagement",
|
|
2805
|
+
"module": "src/entities/entities.ts"
|
|
2818
2806
|
}
|
|
2819
|
-
}
|
|
2820
|
-
],
|
|
2821
|
-
"attributes": [
|
|
2807
|
+
},
|
|
2822
2808
|
{
|
|
2823
|
-
"name": "
|
|
2809
|
+
"name": "hide-edit",
|
|
2824
2810
|
"type": {
|
|
2825
|
-
"text": "
|
|
2811
|
+
"text": "boolean"
|
|
2826
2812
|
},
|
|
2827
|
-
"default": "
|
|
2828
|
-
"
|
|
2829
|
-
"
|
|
2813
|
+
"default": "false",
|
|
2814
|
+
"fieldName": "hideEdit",
|
|
2815
|
+
"inheritedFrom": {
|
|
2816
|
+
"name": "EntityManagement",
|
|
2817
|
+
"module": "src/entities/entities.ts"
|
|
2818
|
+
}
|
|
2830
2819
|
},
|
|
2831
2820
|
{
|
|
2832
|
-
"name": "
|
|
2821
|
+
"name": "hide-delete",
|
|
2833
2822
|
"type": {
|
|
2834
|
-
"text": "
|
|
2823
|
+
"text": "boolean"
|
|
2835
2824
|
},
|
|
2836
|
-
"default": "
|
|
2837
|
-
"
|
|
2838
|
-
"
|
|
2825
|
+
"default": "false",
|
|
2826
|
+
"fieldName": "hideDelete",
|
|
2827
|
+
"inheritedFrom": {
|
|
2828
|
+
"name": "EntityManagement",
|
|
2829
|
+
"module": "src/entities/entities.ts"
|
|
2830
|
+
}
|
|
2839
2831
|
},
|
|
2840
2832
|
{
|
|
2841
2833
|
"name": "enable-search-bar",
|
|
@@ -2844,47 +2836,114 @@
|
|
|
2844
2836
|
},
|
|
2845
2837
|
"default": "false",
|
|
2846
2838
|
"description": "This attribute controls whether to enable the search-bar.",
|
|
2847
|
-
"fieldName": "enableSearchBar"
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2839
|
+
"fieldName": "enableSearchBar",
|
|
2840
|
+
"inheritedFrom": {
|
|
2841
|
+
"name": "EntityManagement",
|
|
2842
|
+
"module": "src/entities/entities.ts"
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2851
2845
|
{
|
|
2852
|
-
"name": "
|
|
2853
|
-
"
|
|
2846
|
+
"name": "header-case-type",
|
|
2847
|
+
"type": {
|
|
2848
|
+
"text": "GridProCaseType"
|
|
2849
|
+
},
|
|
2850
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2851
|
+
"fieldName": "headerCaseType",
|
|
2852
|
+
"inheritedFrom": {
|
|
2853
|
+
"name": "EntityManagement",
|
|
2854
|
+
"module": "src/entities/entities.ts"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "modal-position",
|
|
2859
|
+
"type": {
|
|
2860
|
+
"text": "'centre' | 'left' | 'right'"
|
|
2861
|
+
},
|
|
2862
|
+
"default": "'right'",
|
|
2863
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
2864
|
+
"fieldName": "modalPosition",
|
|
2865
|
+
"inheritedFrom": {
|
|
2866
|
+
"name": "EntityManagement",
|
|
2867
|
+
"module": "src/entities/entities.ts"
|
|
2868
|
+
}
|
|
2854
2869
|
}
|
|
2855
|
-
]
|
|
2856
|
-
"superclass": {
|
|
2857
|
-
"name": "FASTElement",
|
|
2858
|
-
"package": "@microsoft/fast-element"
|
|
2859
|
-
},
|
|
2860
|
-
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2861
|
-
"tagName": "user-management",
|
|
2862
|
-
"customElement": true
|
|
2870
|
+
]
|
|
2863
2871
|
}
|
|
2864
2872
|
],
|
|
2865
2873
|
"exports": [
|
|
2866
2874
|
{
|
|
2867
2875
|
"kind": "js",
|
|
2868
|
-
"name": "
|
|
2876
|
+
"name": "Profiles",
|
|
2869
2877
|
"declaration": {
|
|
2870
|
-
"name": "
|
|
2871
|
-
"module": "src/
|
|
2878
|
+
"name": "Profiles",
|
|
2879
|
+
"module": "src/profiles/profiles.ts"
|
|
2872
2880
|
}
|
|
2873
2881
|
},
|
|
2882
|
+
{
|
|
2883
|
+
"kind": "custom-element-definition",
|
|
2884
|
+
"name": "profile-management",
|
|
2885
|
+
"declaration": {
|
|
2886
|
+
"name": "Profiles",
|
|
2887
|
+
"module": "src/profiles/profiles.ts"
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
]
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"kind": "javascript-module",
|
|
2894
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
2895
|
+
"declarations": [
|
|
2896
|
+
{
|
|
2897
|
+
"kind": "variable",
|
|
2898
|
+
"name": "EntityManagementDemoTemplate",
|
|
2899
|
+
"type": {
|
|
2900
|
+
"text": "ViewTemplate"
|
|
2901
|
+
},
|
|
2902
|
+
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2903
|
+
}
|
|
2904
|
+
],
|
|
2905
|
+
"exports": [
|
|
2874
2906
|
{
|
|
2875
2907
|
"kind": "js",
|
|
2876
|
-
"name": "
|
|
2908
|
+
"name": "EntityManagementDemoTemplate",
|
|
2877
2909
|
"declaration": {
|
|
2878
|
-
"name": "
|
|
2879
|
-
"module": "src/
|
|
2910
|
+
"name": "EntityManagementDemoTemplate",
|
|
2911
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
]
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"kind": "javascript-module",
|
|
2918
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
2919
|
+
"declarations": [
|
|
2920
|
+
{
|
|
2921
|
+
"kind": "class",
|
|
2922
|
+
"description": "",
|
|
2923
|
+
"name": "EntityManagementDemo",
|
|
2924
|
+
"superclass": {
|
|
2925
|
+
"name": "FASTElement",
|
|
2926
|
+
"package": "@microsoft/fast-element"
|
|
2927
|
+
},
|
|
2928
|
+
"tagName": "entity-management-demo",
|
|
2929
|
+
"customElement": true
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"exports": [
|
|
2933
|
+
{
|
|
2934
|
+
"kind": "js",
|
|
2935
|
+
"name": "EntityManagementDemo",
|
|
2936
|
+
"declaration": {
|
|
2937
|
+
"name": "EntityManagementDemo",
|
|
2938
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2880
2939
|
}
|
|
2881
2940
|
},
|
|
2882
2941
|
{
|
|
2883
2942
|
"kind": "custom-element-definition",
|
|
2884
|
-
"name": "
|
|
2943
|
+
"name": "entity-management-demo",
|
|
2885
2944
|
"declaration": {
|
|
2886
|
-
"name": "
|
|
2887
|
-
"module": "src/
|
|
2945
|
+
"name": "EntityManagementDemo",
|
|
2946
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2888
2947
|
}
|
|
2889
2948
|
}
|
|
2890
2949
|
]
|
|
@@ -3004,65 +3063,6 @@
|
|
|
3004
3063
|
}
|
|
3005
3064
|
}
|
|
3006
3065
|
]
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"kind": "javascript-module",
|
|
3010
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
3011
|
-
"declarations": [
|
|
3012
|
-
{
|
|
3013
|
-
"kind": "variable",
|
|
3014
|
-
"name": "EntityManagementDemoTemplate",
|
|
3015
|
-
"type": {
|
|
3016
|
-
"text": "ViewTemplate"
|
|
3017
|
-
},
|
|
3018
|
-
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
3019
|
-
}
|
|
3020
|
-
],
|
|
3021
|
-
"exports": [
|
|
3022
|
-
{
|
|
3023
|
-
"kind": "js",
|
|
3024
|
-
"name": "EntityManagementDemoTemplate",
|
|
3025
|
-
"declaration": {
|
|
3026
|
-
"name": "EntityManagementDemoTemplate",
|
|
3027
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
3028
|
-
}
|
|
3029
|
-
}
|
|
3030
|
-
]
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"kind": "javascript-module",
|
|
3034
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
3035
|
-
"declarations": [
|
|
3036
|
-
{
|
|
3037
|
-
"kind": "class",
|
|
3038
|
-
"description": "",
|
|
3039
|
-
"name": "EntityManagementDemo",
|
|
3040
|
-
"superclass": {
|
|
3041
|
-
"name": "FASTElement",
|
|
3042
|
-
"package": "@microsoft/fast-element"
|
|
3043
|
-
},
|
|
3044
|
-
"tagName": "entity-management-demo",
|
|
3045
|
-
"customElement": true
|
|
3046
|
-
}
|
|
3047
|
-
],
|
|
3048
|
-
"exports": [
|
|
3049
|
-
{
|
|
3050
|
-
"kind": "js",
|
|
3051
|
-
"name": "EntityManagementDemo",
|
|
3052
|
-
"declaration": {
|
|
3053
|
-
"name": "EntityManagementDemo",
|
|
3054
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
3055
|
-
}
|
|
3056
|
-
},
|
|
3057
|
-
{
|
|
3058
|
-
"kind": "custom-element-definition",
|
|
3059
|
-
"name": "entity-management-demo",
|
|
3060
|
-
"declaration": {
|
|
3061
|
-
"name": "EntityManagementDemo",
|
|
3062
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
3063
|
-
}
|
|
3064
|
-
}
|
|
3065
|
-
]
|
|
3066
3066
|
}
|
|
3067
3067
|
]
|
|
3068
3068
|
}
|