@genesislcap/foundation-entity-management 14.194.5 → 14.194.7
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 +670 -670
- package/package.json +21 -21
|
@@ -1578,672 +1578,248 @@
|
|
|
1578
1578
|
},
|
|
1579
1579
|
{
|
|
1580
1580
|
"kind": "javascript-module",
|
|
1581
|
-
"path": "src/
|
|
1582
|
-
"declarations": [],
|
|
1583
|
-
"exports": []
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"kind": "javascript-module",
|
|
1587
|
-
"path": "src/routes/index.ts",
|
|
1588
|
-
"declarations": [],
|
|
1589
|
-
"exports": [
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "js",
|
|
1592
|
-
"name": "*",
|
|
1593
|
-
"declaration": {
|
|
1594
|
-
"name": "*",
|
|
1595
|
-
"package": "./config"
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
]
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"kind": "javascript-module",
|
|
1602
|
-
"path": "src/users/users.template.ts",
|
|
1581
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
1603
1582
|
"declarations": [
|
|
1604
1583
|
{
|
|
1605
|
-
"kind": "
|
|
1606
|
-
"name": "
|
|
1607
|
-
"
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
]
|
|
1584
|
+
"kind": "variable",
|
|
1585
|
+
"name": "editProfileFormSchema",
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "UiSchema"
|
|
1588
|
+
},
|
|
1589
|
+
"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}"
|
|
1612
1590
|
}
|
|
1613
1591
|
],
|
|
1614
1592
|
"exports": [
|
|
1615
1593
|
{
|
|
1616
1594
|
"kind": "js",
|
|
1617
|
-
"name": "
|
|
1595
|
+
"name": "editProfileFormSchema",
|
|
1618
1596
|
"declaration": {
|
|
1619
|
-
"name": "
|
|
1620
|
-
"module": "src/
|
|
1597
|
+
"name": "editProfileFormSchema",
|
|
1598
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1621
1599
|
}
|
|
1622
1600
|
}
|
|
1623
1601
|
]
|
|
1624
1602
|
},
|
|
1625
1603
|
{
|
|
1626
1604
|
"kind": "javascript-module",
|
|
1627
|
-
"path": "src/
|
|
1605
|
+
"path": "src/profiles/profiles.ts",
|
|
1628
1606
|
"declarations": [
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "variable",
|
|
1631
|
-
"name": "UsersColumnConfig",
|
|
1632
|
-
"type": {
|
|
1633
|
-
"text": "array"
|
|
1634
|
-
},
|
|
1635
|
-
"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]",
|
|
1636
|
-
"description": "Defines the default columns which are present on the user management component",
|
|
1637
|
-
"privacy": "public"
|
|
1638
|
-
},
|
|
1639
1607
|
{
|
|
1640
1608
|
"kind": "class",
|
|
1641
|
-
"description": "Main class which
|
|
1642
|
-
"name": "
|
|
1609
|
+
"description": "Main class which defined the profile management functionality",
|
|
1610
|
+
"name": "Profiles",
|
|
1643
1611
|
"members": [
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "method",
|
|
1614
|
+
"name": "readProfileData",
|
|
1615
|
+
"privacy": "public",
|
|
1616
|
+
"parameters": [
|
|
1617
|
+
{
|
|
1618
|
+
"name": "profile"
|
|
1619
|
+
}
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "method",
|
|
1624
|
+
"name": "confirmDelete",
|
|
1625
|
+
"inheritedFrom": {
|
|
1626
|
+
"name": "EntityManagement",
|
|
1627
|
+
"module": "src/entities/entities.ts"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1644
1630
|
{
|
|
1645
1631
|
"kind": "field",
|
|
1646
|
-
"name": "
|
|
1632
|
+
"name": "createEvent",
|
|
1647
1633
|
"type": {
|
|
1648
1634
|
"text": "string"
|
|
1649
1635
|
},
|
|
1650
|
-
"
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1636
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1637
|
+
"privacy": "public",
|
|
1638
|
+
"inheritedFrom": {
|
|
1639
|
+
"name": "EntityManagement",
|
|
1640
|
+
"module": "src/entities/entities.ts"
|
|
1641
|
+
}
|
|
1653
1642
|
},
|
|
1654
1643
|
{
|
|
1655
1644
|
"kind": "field",
|
|
1656
|
-
"name": "
|
|
1645
|
+
"name": "deleteEvent",
|
|
1657
1646
|
"type": {
|
|
1658
1647
|
"text": "string"
|
|
1659
1648
|
},
|
|
1660
|
-
"
|
|
1661
|
-
"
|
|
1662
|
-
"
|
|
1649
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1650
|
+
"privacy": "public",
|
|
1651
|
+
"inheritedFrom": {
|
|
1652
|
+
"name": "EntityManagement",
|
|
1653
|
+
"module": "src/entities/entities.ts"
|
|
1654
|
+
}
|
|
1663
1655
|
},
|
|
1664
1656
|
{
|
|
1665
1657
|
"kind": "field",
|
|
1666
|
-
"name": "
|
|
1658
|
+
"name": "updateEvent",
|
|
1667
1659
|
"type": {
|
|
1668
|
-
"text": "
|
|
1660
|
+
"text": "string"
|
|
1669
1661
|
},
|
|
1670
|
-
"
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1662
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1663
|
+
"privacy": "public",
|
|
1664
|
+
"inheritedFrom": {
|
|
1665
|
+
"name": "EntityManagement",
|
|
1666
|
+
"module": "src/entities/entities.ts"
|
|
1667
|
+
}
|
|
1673
1668
|
},
|
|
1674
1669
|
{
|
|
1675
1670
|
"kind": "field",
|
|
1676
|
-
"name": "
|
|
1671
|
+
"name": "persistColumnStateKey",
|
|
1677
1672
|
"type": {
|
|
1678
|
-
"text": "
|
|
1673
|
+
"text": "string"
|
|
1679
1674
|
},
|
|
1680
|
-
"description": "
|
|
1681
|
-
"privacy": "public"
|
|
1675
|
+
"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.",
|
|
1676
|
+
"privacy": "public",
|
|
1677
|
+
"default": "'entity_profiles_management'",
|
|
1678
|
+
"inheritedFrom": {
|
|
1679
|
+
"name": "EntityManagement",
|
|
1680
|
+
"module": "src/entities/entities.ts"
|
|
1681
|
+
}
|
|
1682
1682
|
},
|
|
1683
1683
|
{
|
|
1684
1684
|
"kind": "field",
|
|
1685
|
-
"name": "
|
|
1685
|
+
"name": "updateFormUiSchema",
|
|
1686
1686
|
"type": {
|
|
1687
|
-
"text": "
|
|
1687
|
+
"text": "UiSchema"
|
|
1688
1688
|
},
|
|
1689
|
-
"default": "
|
|
1690
|
-
"
|
|
1689
|
+
"default": "editProfileFormSchema",
|
|
1690
|
+
"inheritedFrom": {
|
|
1691
|
+
"name": "EntityManagement",
|
|
1692
|
+
"module": "src/entities/entities.ts"
|
|
1693
|
+
}
|
|
1691
1694
|
},
|
|
1692
1695
|
{
|
|
1693
1696
|
"kind": "field",
|
|
1694
|
-
"name": "
|
|
1697
|
+
"name": "createFormUiSchema",
|
|
1695
1698
|
"type": {
|
|
1696
|
-
"text": "
|
|
1699
|
+
"text": "UiSchema"
|
|
1697
1700
|
},
|
|
1698
|
-
"default": "
|
|
1701
|
+
"default": "editProfileFormSchema",
|
|
1702
|
+
"inheritedFrom": {
|
|
1703
|
+
"name": "EntityManagement",
|
|
1704
|
+
"module": "src/entities/entities.ts"
|
|
1705
|
+
}
|
|
1699
1706
|
},
|
|
1700
1707
|
{
|
|
1701
1708
|
"kind": "field",
|
|
1702
|
-
"name": "
|
|
1709
|
+
"name": "readEventFn",
|
|
1703
1710
|
"type": {
|
|
1704
|
-
"text": "
|
|
1711
|
+
"text": "(...args) => {}"
|
|
1705
1712
|
},
|
|
1706
|
-
"
|
|
1713
|
+
"inheritedFrom": {
|
|
1714
|
+
"name": "EntityManagement",
|
|
1715
|
+
"module": "src/entities/entities.ts"
|
|
1716
|
+
}
|
|
1707
1717
|
},
|
|
1708
1718
|
{
|
|
1709
1719
|
"kind": "field",
|
|
1710
|
-
"name": "
|
|
1720
|
+
"name": "resourceName",
|
|
1711
1721
|
"type": {
|
|
1712
|
-
"text": "
|
|
1722
|
+
"text": "string"
|
|
1723
|
+
},
|
|
1724
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
1725
|
+
"privacy": "public",
|
|
1726
|
+
"default": "'ALL_PROFILES'",
|
|
1727
|
+
"inheritedFrom": {
|
|
1728
|
+
"name": "EntityManagement",
|
|
1729
|
+
"module": "src/entities/entities.ts"
|
|
1713
1730
|
}
|
|
1714
1731
|
},
|
|
1715
1732
|
{
|
|
1716
1733
|
"kind": "field",
|
|
1717
|
-
"name": "
|
|
1734
|
+
"name": "title",
|
|
1718
1735
|
"type": {
|
|
1719
1736
|
"text": "string"
|
|
1720
1737
|
},
|
|
1721
|
-
"
|
|
1738
|
+
"description": "Title of the grid",
|
|
1739
|
+
"privacy": "public",
|
|
1740
|
+
"default": "'Profile Management'",
|
|
1741
|
+
"inheritedFrom": {
|
|
1742
|
+
"name": "EntityManagement",
|
|
1743
|
+
"module": "src/entities/entities.ts"
|
|
1744
|
+
}
|
|
1722
1745
|
},
|
|
1723
1746
|
{
|
|
1724
1747
|
"kind": "field",
|
|
1725
|
-
"name": "
|
|
1748
|
+
"name": "entityLabel",
|
|
1726
1749
|
"type": {
|
|
1727
1750
|
"text": "string"
|
|
1728
1751
|
},
|
|
1729
|
-
"
|
|
1752
|
+
"default": "'Profile'",
|
|
1753
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
1754
|
+
"privacy": "public",
|
|
1755
|
+
"inheritedFrom": {
|
|
1756
|
+
"name": "EntityManagement",
|
|
1757
|
+
"module": "src/entities/entities.ts"
|
|
1758
|
+
}
|
|
1730
1759
|
},
|
|
1731
1760
|
{
|
|
1732
1761
|
"kind": "field",
|
|
1733
|
-
"name": "
|
|
1762
|
+
"name": "connect",
|
|
1734
1763
|
"type": {
|
|
1735
|
-
"text": "
|
|
1764
|
+
"text": "Connect"
|
|
1736
1765
|
},
|
|
1737
|
-
"
|
|
1766
|
+
"privacy": "protected",
|
|
1767
|
+
"description": "DI connect object which is used to interact with the backend.",
|
|
1768
|
+
"inheritedFrom": {
|
|
1769
|
+
"name": "EntityManagement",
|
|
1770
|
+
"module": "src/entities/entities.ts"
|
|
1771
|
+
}
|
|
1738
1772
|
},
|
|
1739
1773
|
{
|
|
1740
1774
|
"kind": "field",
|
|
1741
|
-
"name": "
|
|
1775
|
+
"name": "prefix",
|
|
1742
1776
|
"type": {
|
|
1743
1777
|
"text": "string"
|
|
1744
1778
|
},
|
|
1745
|
-
"
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
"
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
"type": {
|
|
1752
|
-
"text": "Node"
|
|
1753
|
-
}
|
|
1779
|
+
"default": "'zero'",
|
|
1780
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1781
|
+
"privacy": "public",
|
|
1782
|
+
"inheritedFrom": {
|
|
1783
|
+
"name": "EntityManagement",
|
|
1784
|
+
"module": "src/entities/entities.ts"
|
|
1754
1785
|
}
|
|
1755
|
-
}
|
|
1756
|
-
],
|
|
1757
|
-
"attributes": [
|
|
1786
|
+
},
|
|
1758
1787
|
{
|
|
1759
|
-
"
|
|
1788
|
+
"kind": "field",
|
|
1789
|
+
"name": "readEvent",
|
|
1760
1790
|
"type": {
|
|
1761
1791
|
"text": "string"
|
|
1762
1792
|
},
|
|
1763
|
-
"
|
|
1764
|
-
|
|
1765
|
-
|
|
1793
|
+
"inheritedFrom": {
|
|
1794
|
+
"name": "EntityManagement",
|
|
1795
|
+
"module": "src/entities/entities.ts"
|
|
1796
|
+
}
|
|
1766
1797
|
},
|
|
1767
1798
|
{
|
|
1768
|
-
"
|
|
1799
|
+
"kind": "field",
|
|
1800
|
+
"name": "readonly",
|
|
1769
1801
|
"type": {
|
|
1770
|
-
"text": "
|
|
1802
|
+
"text": "boolean"
|
|
1771
1803
|
},
|
|
1772
|
-
"
|
|
1773
|
-
|
|
1774
|
-
|
|
1804
|
+
"inheritedFrom": {
|
|
1805
|
+
"name": "EntityManagement",
|
|
1806
|
+
"module": "src/entities/entities.ts"
|
|
1807
|
+
}
|
|
1775
1808
|
},
|
|
1776
1809
|
{
|
|
1777
|
-
"
|
|
1810
|
+
"kind": "field",
|
|
1811
|
+
"name": "asyncAdd",
|
|
1778
1812
|
"type": {
|
|
1779
1813
|
"text": "boolean"
|
|
1780
1814
|
},
|
|
1781
1815
|
"default": "false",
|
|
1782
|
-
"description": "
|
|
1783
|
-
"
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
"package": "@genesislcap/foundation-utils"
|
|
1790
|
-
}
|
|
1791
|
-
],
|
|
1792
|
-
"superclass": {
|
|
1793
|
-
"name": "FASTElement",
|
|
1794
|
-
"package": "@microsoft/fast-element"
|
|
1795
|
-
},
|
|
1796
|
-
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
1797
|
-
"tagName": "user-management",
|
|
1798
|
-
"customElement": true
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"exports": [
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "js",
|
|
1804
|
-
"name": "UsersColumnConfig",
|
|
1805
|
-
"declaration": {
|
|
1806
|
-
"name": "UsersColumnConfig",
|
|
1807
|
-
"module": "src/users/users.ts"
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"kind": "js",
|
|
1812
|
-
"name": "Users",
|
|
1813
|
-
"declaration": {
|
|
1814
|
-
"name": "Users",
|
|
1815
|
-
"module": "src/users/users.ts"
|
|
1816
|
-
}
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "custom-element-definition",
|
|
1820
|
-
"name": "user-management",
|
|
1821
|
-
"declaration": {
|
|
1822
|
-
"name": "Users",
|
|
1823
|
-
"module": "src/users/users.ts"
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
]
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"kind": "javascript-module",
|
|
1830
|
-
"path": "src/utils/formatting.ts",
|
|
1831
|
-
"declarations": [
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "function",
|
|
1834
|
-
"name": "getErrorFormat",
|
|
1835
|
-
"parameters": [
|
|
1836
|
-
{
|
|
1837
|
-
"name": "err"
|
|
1838
|
-
}
|
|
1839
|
-
],
|
|
1840
|
-
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
1841
|
-
"privacy": "public"
|
|
1842
|
-
}
|
|
1843
|
-
],
|
|
1844
|
-
"exports": [
|
|
1845
|
-
{
|
|
1846
|
-
"kind": "js",
|
|
1847
|
-
"name": "getErrorFormat",
|
|
1848
|
-
"declaration": {
|
|
1849
|
-
"name": "getErrorFormat",
|
|
1850
|
-
"module": "src/utils/formatting.ts"
|
|
1851
|
-
}
|
|
1852
|
-
}
|
|
1853
|
-
]
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "javascript-module",
|
|
1857
|
-
"path": "src/utils/index.ts",
|
|
1858
|
-
"declarations": [],
|
|
1859
|
-
"exports": [
|
|
1860
|
-
{
|
|
1861
|
-
"kind": "js",
|
|
1862
|
-
"name": "*",
|
|
1863
|
-
"declaration": {
|
|
1864
|
-
"name": "*",
|
|
1865
|
-
"package": "./formatting"
|
|
1866
|
-
}
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"kind": "js",
|
|
1870
|
-
"name": "*",
|
|
1871
|
-
"declaration": {
|
|
1872
|
-
"name": "*",
|
|
1873
|
-
"package": "./logger"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"kind": "js",
|
|
1878
|
-
"name": "*",
|
|
1879
|
-
"declaration": {
|
|
1880
|
-
"name": "*",
|
|
1881
|
-
"package": "./renderer"
|
|
1882
|
-
}
|
|
1883
|
-
}
|
|
1884
|
-
]
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "javascript-module",
|
|
1888
|
-
"path": "src/utils/logger.ts",
|
|
1889
|
-
"declarations": [
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "variable",
|
|
1892
|
-
"name": "logger",
|
|
1893
|
-
"privacy": "public"
|
|
1894
|
-
}
|
|
1895
|
-
],
|
|
1896
|
-
"exports": [
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "js",
|
|
1899
|
-
"name": "logger",
|
|
1900
|
-
"declaration": {
|
|
1901
|
-
"name": "logger",
|
|
1902
|
-
"module": "src/utils/logger.ts"
|
|
1903
|
-
}
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
|
-
{
|
|
1908
|
-
"kind": "javascript-module",
|
|
1909
|
-
"path": "src/utils/renderer.ts",
|
|
1910
|
-
"declarations": [
|
|
1911
|
-
{
|
|
1912
|
-
"kind": "function",
|
|
1913
|
-
"name": "buttonCellRenderer",
|
|
1914
|
-
"return": {
|
|
1915
|
-
"type": {
|
|
1916
|
-
"text": "ColDef"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
"parameters": [
|
|
1920
|
-
{
|
|
1921
|
-
"name": "title"
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"name": "clickHandler"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "contentTemplate"
|
|
1928
|
-
}
|
|
1929
|
-
],
|
|
1930
|
-
"privacy": "public"
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
|
-
"exports": [
|
|
1934
|
-
{
|
|
1935
|
-
"kind": "js",
|
|
1936
|
-
"name": "buttonCellRenderer",
|
|
1937
|
-
"declaration": {
|
|
1938
|
-
"name": "buttonCellRenderer",
|
|
1939
|
-
"module": "src/utils/renderer.ts"
|
|
1940
|
-
}
|
|
1941
|
-
}
|
|
1942
|
-
]
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"kind": "javascript-module",
|
|
1946
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
1947
|
-
"declarations": [
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "variable",
|
|
1950
|
-
"name": "EntityManagementDemoTemplate",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "ViewTemplate"
|
|
1953
|
-
},
|
|
1954
|
-
"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`"
|
|
1955
|
-
}
|
|
1956
|
-
],
|
|
1957
|
-
"exports": [
|
|
1958
|
-
{
|
|
1959
|
-
"kind": "js",
|
|
1960
|
-
"name": "EntityManagementDemoTemplate",
|
|
1961
|
-
"declaration": {
|
|
1962
|
-
"name": "EntityManagementDemoTemplate",
|
|
1963
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
1966
|
-
]
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"kind": "javascript-module",
|
|
1970
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
1971
|
-
"declarations": [
|
|
1972
|
-
{
|
|
1973
|
-
"kind": "class",
|
|
1974
|
-
"description": "",
|
|
1975
|
-
"name": "EntityManagementDemo",
|
|
1976
|
-
"superclass": {
|
|
1977
|
-
"name": "FASTElement",
|
|
1978
|
-
"package": "@microsoft/fast-element"
|
|
1979
|
-
},
|
|
1980
|
-
"tagName": "entity-management-demo",
|
|
1981
|
-
"customElement": true
|
|
1982
|
-
}
|
|
1983
|
-
],
|
|
1984
|
-
"exports": [
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "js",
|
|
1987
|
-
"name": "EntityManagementDemo",
|
|
1988
|
-
"declaration": {
|
|
1989
|
-
"name": "EntityManagementDemo",
|
|
1990
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"kind": "custom-element-definition",
|
|
1995
|
-
"name": "entity-management-demo",
|
|
1996
|
-
"declaration": {
|
|
1997
|
-
"name": "EntityManagementDemo",
|
|
1998
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
]
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"kind": "javascript-module",
|
|
2005
|
-
"path": "src/profiles/editProfileSchema.ts",
|
|
2006
|
-
"declarations": [
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "variable",
|
|
2009
|
-
"name": "editProfileFormSchema",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "UiSchema"
|
|
2012
|
-
},
|
|
2013
|
-
"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}"
|
|
2014
|
-
}
|
|
2015
|
-
],
|
|
2016
|
-
"exports": [
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "js",
|
|
2019
|
-
"name": "editProfileFormSchema",
|
|
2020
|
-
"declaration": {
|
|
2021
|
-
"name": "editProfileFormSchema",
|
|
2022
|
-
"module": "src/profiles/editProfileSchema.ts"
|
|
2023
|
-
}
|
|
2024
|
-
}
|
|
2025
|
-
]
|
|
2026
|
-
},
|
|
2027
|
-
{
|
|
2028
|
-
"kind": "javascript-module",
|
|
2029
|
-
"path": "src/profiles/profiles.ts",
|
|
2030
|
-
"declarations": [
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "class",
|
|
2033
|
-
"description": "Main class which defined the profile management functionality",
|
|
2034
|
-
"name": "Profiles",
|
|
2035
|
-
"members": [
|
|
2036
|
-
{
|
|
2037
|
-
"kind": "method",
|
|
2038
|
-
"name": "readProfileData",
|
|
2039
|
-
"privacy": "public",
|
|
2040
|
-
"parameters": [
|
|
2041
|
-
{
|
|
2042
|
-
"name": "profile"
|
|
2043
|
-
}
|
|
2044
|
-
]
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"kind": "method",
|
|
2048
|
-
"name": "confirmDelete",
|
|
2049
|
-
"inheritedFrom": {
|
|
2050
|
-
"name": "EntityManagement",
|
|
2051
|
-
"module": "src/entities/entities.ts"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "field",
|
|
2056
|
-
"name": "createEvent",
|
|
2057
|
-
"type": {
|
|
2058
|
-
"text": "string"
|
|
2059
|
-
},
|
|
2060
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2061
|
-
"privacy": "public",
|
|
2062
|
-
"inheritedFrom": {
|
|
2063
|
-
"name": "EntityManagement",
|
|
2064
|
-
"module": "src/entities/entities.ts"
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"kind": "field",
|
|
2069
|
-
"name": "deleteEvent",
|
|
2070
|
-
"type": {
|
|
2071
|
-
"text": "string"
|
|
2072
|
-
},
|
|
2073
|
-
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2074
|
-
"privacy": "public",
|
|
2075
|
-
"inheritedFrom": {
|
|
2076
|
-
"name": "EntityManagement",
|
|
2077
|
-
"module": "src/entities/entities.ts"
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"kind": "field",
|
|
2082
|
-
"name": "updateEvent",
|
|
2083
|
-
"type": {
|
|
2084
|
-
"text": "string"
|
|
2085
|
-
},
|
|
2086
|
-
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2087
|
-
"privacy": "public",
|
|
2088
|
-
"inheritedFrom": {
|
|
2089
|
-
"name": "EntityManagement",
|
|
2090
|
-
"module": "src/entities/entities.ts"
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "field",
|
|
2095
|
-
"name": "persistColumnStateKey",
|
|
2096
|
-
"type": {
|
|
2097
|
-
"text": "string"
|
|
2098
|
-
},
|
|
2099
|
-
"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.",
|
|
2100
|
-
"privacy": "public",
|
|
2101
|
-
"default": "'entity_profiles_management'",
|
|
2102
|
-
"inheritedFrom": {
|
|
2103
|
-
"name": "EntityManagement",
|
|
2104
|
-
"module": "src/entities/entities.ts"
|
|
2105
|
-
}
|
|
2106
|
-
},
|
|
2107
|
-
{
|
|
2108
|
-
"kind": "field",
|
|
2109
|
-
"name": "updateFormUiSchema",
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "UiSchema"
|
|
2112
|
-
},
|
|
2113
|
-
"default": "editProfileFormSchema",
|
|
2114
|
-
"inheritedFrom": {
|
|
2115
|
-
"name": "EntityManagement",
|
|
2116
|
-
"module": "src/entities/entities.ts"
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "field",
|
|
2121
|
-
"name": "createFormUiSchema",
|
|
2122
|
-
"type": {
|
|
2123
|
-
"text": "UiSchema"
|
|
2124
|
-
},
|
|
2125
|
-
"default": "editProfileFormSchema",
|
|
2126
|
-
"inheritedFrom": {
|
|
2127
|
-
"name": "EntityManagement",
|
|
2128
|
-
"module": "src/entities/entities.ts"
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"kind": "field",
|
|
2133
|
-
"name": "readEventFn",
|
|
2134
|
-
"type": {
|
|
2135
|
-
"text": "(...args) => {}"
|
|
2136
|
-
},
|
|
2137
|
-
"inheritedFrom": {
|
|
2138
|
-
"name": "EntityManagement",
|
|
2139
|
-
"module": "src/entities/entities.ts"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"kind": "field",
|
|
2144
|
-
"name": "resourceName",
|
|
2145
|
-
"type": {
|
|
2146
|
-
"text": "string"
|
|
2147
|
-
},
|
|
2148
|
-
"description": "Name of the backend resource which contain the entities to manage",
|
|
2149
|
-
"privacy": "public",
|
|
2150
|
-
"default": "'ALL_PROFILES'",
|
|
2151
|
-
"inheritedFrom": {
|
|
2152
|
-
"name": "EntityManagement",
|
|
2153
|
-
"module": "src/entities/entities.ts"
|
|
2154
|
-
}
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "field",
|
|
2158
|
-
"name": "title",
|
|
2159
|
-
"type": {
|
|
2160
|
-
"text": "string"
|
|
2161
|
-
},
|
|
2162
|
-
"description": "Title of the grid",
|
|
2163
|
-
"privacy": "public",
|
|
2164
|
-
"default": "'Profile Management'",
|
|
2165
|
-
"inheritedFrom": {
|
|
2166
|
-
"name": "EntityManagement",
|
|
2167
|
-
"module": "src/entities/entities.ts"
|
|
2168
|
-
}
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"kind": "field",
|
|
2172
|
-
"name": "entityLabel",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "string"
|
|
2175
|
-
},
|
|
2176
|
-
"default": "'Profile'",
|
|
2177
|
-
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2178
|
-
"privacy": "public",
|
|
2179
|
-
"inheritedFrom": {
|
|
2180
|
-
"name": "EntityManagement",
|
|
2181
|
-
"module": "src/entities/entities.ts"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"kind": "field",
|
|
2186
|
-
"name": "connect",
|
|
2187
|
-
"type": {
|
|
2188
|
-
"text": "Connect"
|
|
2189
|
-
},
|
|
2190
|
-
"privacy": "protected",
|
|
2191
|
-
"description": "DI connect object which is used to interact with the backend.",
|
|
2192
|
-
"inheritedFrom": {
|
|
2193
|
-
"name": "EntityManagement",
|
|
2194
|
-
"module": "src/entities/entities.ts"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"kind": "field",
|
|
2199
|
-
"name": "prefix",
|
|
2200
|
-
"type": {
|
|
2201
|
-
"text": "string"
|
|
2202
|
-
},
|
|
2203
|
-
"default": "'zero'",
|
|
2204
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2205
|
-
"privacy": "public",
|
|
2206
|
-
"inheritedFrom": {
|
|
2207
|
-
"name": "EntityManagement",
|
|
2208
|
-
"module": "src/entities/entities.ts"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"kind": "field",
|
|
2213
|
-
"name": "readEvent",
|
|
2214
|
-
"type": {
|
|
2215
|
-
"text": "string"
|
|
2216
|
-
},
|
|
2217
|
-
"inheritedFrom": {
|
|
2218
|
-
"name": "EntityManagement",
|
|
2219
|
-
"module": "src/entities/entities.ts"
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"kind": "field",
|
|
2224
|
-
"name": "readonly",
|
|
2225
|
-
"type": {
|
|
2226
|
-
"text": "boolean"
|
|
2227
|
-
},
|
|
2228
|
-
"inheritedFrom": {
|
|
2229
|
-
"name": "EntityManagement",
|
|
2230
|
-
"module": "src/entities/entities.ts"
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"kind": "field",
|
|
2235
|
-
"name": "asyncAdd",
|
|
2236
|
-
"type": {
|
|
2237
|
-
"text": "boolean"
|
|
2238
|
-
},
|
|
2239
|
-
"default": "false",
|
|
2240
|
-
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2241
|
-
"privacy": "public",
|
|
2242
|
-
"inheritedFrom": {
|
|
2243
|
-
"name": "EntityManagement",
|
|
2244
|
-
"module": "src/entities/entities.ts"
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
1816
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
1817
|
+
"privacy": "public",
|
|
1818
|
+
"inheritedFrom": {
|
|
1819
|
+
"name": "EntityManagement",
|
|
1820
|
+
"module": "src/entities/entities.ts"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
2247
1823
|
{
|
|
2248
1824
|
"kind": "field",
|
|
2249
1825
|
"name": "asyncRemove",
|
|
@@ -2852,153 +2428,410 @@
|
|
|
2852
2428
|
}
|
|
2853
2429
|
},
|
|
2854
2430
|
{
|
|
2855
|
-
"name": "entityLabel",
|
|
2431
|
+
"name": "entityLabel",
|
|
2432
|
+
"type": {
|
|
2433
|
+
"text": "string"
|
|
2434
|
+
},
|
|
2435
|
+
"default": "''",
|
|
2436
|
+
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2437
|
+
"fieldName": "entityLabel",
|
|
2438
|
+
"inheritedFrom": {
|
|
2439
|
+
"name": "EntityManagement",
|
|
2440
|
+
"module": "src/entities/entities.ts"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "async-add",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "boolean"
|
|
2447
|
+
},
|
|
2448
|
+
"default": "false",
|
|
2449
|
+
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2450
|
+
"fieldName": "asyncAdd",
|
|
2451
|
+
"inheritedFrom": {
|
|
2452
|
+
"name": "EntityManagement",
|
|
2453
|
+
"module": "src/entities/entities.ts"
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "async-remove",
|
|
2458
|
+
"type": {
|
|
2459
|
+
"text": "boolean"
|
|
2460
|
+
},
|
|
2461
|
+
"default": "false",
|
|
2462
|
+
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2463
|
+
"fieldName": "asyncRemove",
|
|
2464
|
+
"inheritedFrom": {
|
|
2465
|
+
"name": "EntityManagement",
|
|
2466
|
+
"module": "src/entities/entities.ts"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "async-update",
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "boolean"
|
|
2473
|
+
},
|
|
2474
|
+
"default": "true",
|
|
2475
|
+
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
2476
|
+
"fieldName": "asyncUpdate",
|
|
2477
|
+
"inheritedFrom": {
|
|
2478
|
+
"name": "EntityManagement",
|
|
2479
|
+
"module": "src/entities/entities.ts"
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "row-selection",
|
|
2484
|
+
"type": {
|
|
2485
|
+
"text": "string"
|
|
2486
|
+
},
|
|
2487
|
+
"default": "'single'",
|
|
2488
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2489
|
+
"fieldName": "rowSelection",
|
|
2490
|
+
"inheritedFrom": {
|
|
2491
|
+
"name": "EntityManagement",
|
|
2492
|
+
"module": "src/entities/entities.ts"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "enable-cell-flashing",
|
|
2497
|
+
"type": {
|
|
2498
|
+
"text": "boolean"
|
|
2499
|
+
},
|
|
2500
|
+
"default": "false",
|
|
2501
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2502
|
+
"fieldName": "enableCellFlashing",
|
|
2503
|
+
"inheritedFrom": {
|
|
2504
|
+
"name": "EntityManagement",
|
|
2505
|
+
"module": "src/entities/entities.ts"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"name": "enable-row-flashing",
|
|
2510
|
+
"type": {
|
|
2511
|
+
"text": "boolean"
|
|
2512
|
+
},
|
|
2513
|
+
"default": "false",
|
|
2514
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2515
|
+
"fieldName": "enableRowFlashing",
|
|
2516
|
+
"inheritedFrom": {
|
|
2517
|
+
"name": "EntityManagement",
|
|
2518
|
+
"module": "src/entities/entities.ts"
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "persist-column-state-key",
|
|
2523
|
+
"type": {
|
|
2524
|
+
"text": "string"
|
|
2525
|
+
},
|
|
2526
|
+
"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.",
|
|
2527
|
+
"fieldName": "persistColumnStateKey",
|
|
2528
|
+
"inheritedFrom": {
|
|
2529
|
+
"name": "EntityManagement",
|
|
2530
|
+
"module": "src/entities/entities.ts"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "size-columns-to-fit",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "boolean"
|
|
2537
|
+
},
|
|
2538
|
+
"fieldName": "sizeColumnsToFit",
|
|
2539
|
+
"inheritedFrom": {
|
|
2540
|
+
"name": "EntityManagement",
|
|
2541
|
+
"module": "src/entities/entities.ts"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "enable-filter-bar",
|
|
2856
2546
|
"type": {
|
|
2857
|
-
"text": "
|
|
2547
|
+
"text": "boolean"
|
|
2858
2548
|
},
|
|
2859
|
-
"
|
|
2860
|
-
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
2861
|
-
"fieldName": "entityLabel",
|
|
2549
|
+
"fieldName": "enableFilterBar",
|
|
2862
2550
|
"inheritedFrom": {
|
|
2863
2551
|
"name": "EntityManagement",
|
|
2864
2552
|
"module": "src/entities/entities.ts"
|
|
2865
2553
|
}
|
|
2866
2554
|
},
|
|
2867
2555
|
{
|
|
2868
|
-
"name": "
|
|
2556
|
+
"name": "hide-edit",
|
|
2869
2557
|
"type": {
|
|
2870
2558
|
"text": "boolean"
|
|
2871
2559
|
},
|
|
2872
2560
|
"default": "false",
|
|
2873
|
-
"
|
|
2874
|
-
"fieldName": "asyncAdd",
|
|
2561
|
+
"fieldName": "hideEdit",
|
|
2875
2562
|
"inheritedFrom": {
|
|
2876
2563
|
"name": "EntityManagement",
|
|
2877
2564
|
"module": "src/entities/entities.ts"
|
|
2878
2565
|
}
|
|
2879
2566
|
},
|
|
2880
2567
|
{
|
|
2881
|
-
"name": "
|
|
2568
|
+
"name": "hide-delete",
|
|
2882
2569
|
"type": {
|
|
2883
2570
|
"text": "boolean"
|
|
2884
2571
|
},
|
|
2885
2572
|
"default": "false",
|
|
2886
|
-
"
|
|
2887
|
-
"fieldName": "asyncRemove",
|
|
2573
|
+
"fieldName": "hideDelete",
|
|
2888
2574
|
"inheritedFrom": {
|
|
2889
2575
|
"name": "EntityManagement",
|
|
2890
2576
|
"module": "src/entities/entities.ts"
|
|
2891
2577
|
}
|
|
2892
2578
|
},
|
|
2893
2579
|
{
|
|
2894
|
-
"name": "
|
|
2580
|
+
"name": "enable-search-bar",
|
|
2895
2581
|
"type": {
|
|
2896
2582
|
"text": "boolean"
|
|
2897
2583
|
},
|
|
2898
|
-
"default": "
|
|
2899
|
-
"description": "
|
|
2900
|
-
"fieldName": "
|
|
2584
|
+
"default": "false",
|
|
2585
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
2586
|
+
"fieldName": "enableSearchBar",
|
|
2901
2587
|
"inheritedFrom": {
|
|
2902
2588
|
"name": "EntityManagement",
|
|
2903
2589
|
"module": "src/entities/entities.ts"
|
|
2904
2590
|
}
|
|
2905
2591
|
},
|
|
2906
2592
|
{
|
|
2907
|
-
"name": "
|
|
2593
|
+
"name": "header-case-type",
|
|
2908
2594
|
"type": {
|
|
2909
|
-
"text": "
|
|
2595
|
+
"text": "GridProCaseType"
|
|
2910
2596
|
},
|
|
2911
|
-
"
|
|
2912
|
-
"
|
|
2913
|
-
"fieldName": "rowSelection",
|
|
2597
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2598
|
+
"fieldName": "headerCaseType",
|
|
2914
2599
|
"inheritedFrom": {
|
|
2915
2600
|
"name": "EntityManagement",
|
|
2916
2601
|
"module": "src/entities/entities.ts"
|
|
2917
2602
|
}
|
|
2918
2603
|
},
|
|
2919
2604
|
{
|
|
2920
|
-
"name": "
|
|
2605
|
+
"name": "modal-position",
|
|
2921
2606
|
"type": {
|
|
2922
|
-
"text": "
|
|
2607
|
+
"text": "'centre' | 'left' | 'right'"
|
|
2923
2608
|
},
|
|
2924
|
-
"default": "
|
|
2925
|
-
"description": "
|
|
2926
|
-
"fieldName": "
|
|
2609
|
+
"default": "'right'",
|
|
2610
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
2611
|
+
"fieldName": "modalPosition",
|
|
2927
2612
|
"inheritedFrom": {
|
|
2928
2613
|
"name": "EntityManagement",
|
|
2929
2614
|
"module": "src/entities/entities.ts"
|
|
2930
2615
|
}
|
|
2616
|
+
}
|
|
2617
|
+
]
|
|
2618
|
+
}
|
|
2619
|
+
],
|
|
2620
|
+
"exports": [
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "js",
|
|
2623
|
+
"name": "Profiles",
|
|
2624
|
+
"declaration": {
|
|
2625
|
+
"name": "Profiles",
|
|
2626
|
+
"module": "src/profiles/profiles.ts"
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "custom-element-definition",
|
|
2631
|
+
"name": "profile-management",
|
|
2632
|
+
"declaration": {
|
|
2633
|
+
"name": "Profiles",
|
|
2634
|
+
"module": "src/profiles/profiles.ts"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "javascript-module",
|
|
2641
|
+
"path": "src/routes/config.ts",
|
|
2642
|
+
"declarations": [],
|
|
2643
|
+
"exports": []
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"kind": "javascript-module",
|
|
2647
|
+
"path": "src/routes/index.ts",
|
|
2648
|
+
"declarations": [],
|
|
2649
|
+
"exports": [
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "js",
|
|
2652
|
+
"name": "*",
|
|
2653
|
+
"declaration": {
|
|
2654
|
+
"name": "*",
|
|
2655
|
+
"package": "./config"
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
]
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "javascript-module",
|
|
2662
|
+
"path": "src/users/users.template.ts",
|
|
2663
|
+
"declarations": [
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "function",
|
|
2666
|
+
"name": "getPrefixedUsers",
|
|
2667
|
+
"parameters": [
|
|
2668
|
+
{
|
|
2669
|
+
"name": "prefix"
|
|
2670
|
+
}
|
|
2671
|
+
]
|
|
2672
|
+
}
|
|
2673
|
+
],
|
|
2674
|
+
"exports": [
|
|
2675
|
+
{
|
|
2676
|
+
"kind": "js",
|
|
2677
|
+
"name": "getPrefixedUsers",
|
|
2678
|
+
"declaration": {
|
|
2679
|
+
"name": "getPrefixedUsers",
|
|
2680
|
+
"module": "src/users/users.template.ts"
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
]
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "javascript-module",
|
|
2687
|
+
"path": "src/users/users.ts",
|
|
2688
|
+
"declarations": [
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "variable",
|
|
2691
|
+
"name": "UsersColumnConfig",
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "array"
|
|
2694
|
+
},
|
|
2695
|
+
"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]",
|
|
2696
|
+
"description": "Defines the default columns which are present on the user management component",
|
|
2697
|
+
"privacy": "public"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"kind": "class",
|
|
2701
|
+
"description": "Main class which defines the user management functionality",
|
|
2702
|
+
"name": "Users",
|
|
2703
|
+
"members": [
|
|
2704
|
+
{
|
|
2705
|
+
"kind": "field",
|
|
2706
|
+
"name": "prefix",
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "string"
|
|
2709
|
+
},
|
|
2710
|
+
"default": "'zero'",
|
|
2711
|
+
"description": "Name of the design system prefix that will be used for components.",
|
|
2712
|
+
"privacy": "public"
|
|
2931
2713
|
},
|
|
2932
2714
|
{
|
|
2933
|
-
"
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "persistColumnStateKey",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "string"
|
|
2719
|
+
},
|
|
2720
|
+
"default": "'entity_users_management'",
|
|
2721
|
+
"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`.",
|
|
2722
|
+
"privacy": "public"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"kind": "field",
|
|
2726
|
+
"name": "enableSearchBar",
|
|
2934
2727
|
"type": {
|
|
2935
2728
|
"text": "boolean"
|
|
2936
2729
|
},
|
|
2937
2730
|
"default": "false",
|
|
2938
|
-
"description": "
|
|
2939
|
-
"
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2731
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
2732
|
+
"privacy": "public"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "field",
|
|
2736
|
+
"name": "gridOptions",
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "GridOptions"
|
|
2739
|
+
},
|
|
2740
|
+
"description": "GridOptions to be passed down from application",
|
|
2741
|
+
"privacy": "public"
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"kind": "field",
|
|
2745
|
+
"name": "columns",
|
|
2746
|
+
"type": {
|
|
2747
|
+
"text": "(ColDef<any> | ColGroupDef<any>)[]"
|
|
2748
|
+
},
|
|
2749
|
+
"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]",
|
|
2750
|
+
"description": "Column definition, default to the UsersColumnConfig"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "field",
|
|
2754
|
+
"name": "additionalCreateFields",
|
|
2755
|
+
"type": {
|
|
2756
|
+
"text": "AdditionalEntry[]"
|
|
2757
|
+
},
|
|
2758
|
+
"default": "[]"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "field",
|
|
2762
|
+
"name": "additionalUpdateFields",
|
|
2763
|
+
"type": {
|
|
2764
|
+
"text": "AdditionalEntry[]"
|
|
2765
|
+
},
|
|
2766
|
+
"default": "[]"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "field",
|
|
2770
|
+
"name": "allAccessType",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "boolean"
|
|
2943
2773
|
}
|
|
2944
2774
|
},
|
|
2945
2775
|
{
|
|
2946
|
-
"
|
|
2776
|
+
"kind": "field",
|
|
2777
|
+
"name": "entityIdValue",
|
|
2947
2778
|
"type": {
|
|
2948
2779
|
"text": "string"
|
|
2949
2780
|
},
|
|
2950
|
-
"
|
|
2951
|
-
"fieldName": "persistColumnStateKey",
|
|
2952
|
-
"inheritedFrom": {
|
|
2953
|
-
"name": "EntityManagement",
|
|
2954
|
-
"module": "src/entities/entities.ts"
|
|
2955
|
-
}
|
|
2781
|
+
"privacy": "private"
|
|
2956
2782
|
},
|
|
2957
2783
|
{
|
|
2958
|
-
"
|
|
2784
|
+
"kind": "field",
|
|
2785
|
+
"name": "createEvent",
|
|
2959
2786
|
"type": {
|
|
2960
|
-
"text": "
|
|
2787
|
+
"text": "string"
|
|
2961
2788
|
},
|
|
2962
|
-
"
|
|
2963
|
-
"inheritedFrom": {
|
|
2964
|
-
"name": "EntityManagement",
|
|
2965
|
-
"module": "src/entities/entities.ts"
|
|
2966
|
-
}
|
|
2789
|
+
"description": "String which contains event if we have permission to insert user of empty string if not"
|
|
2967
2790
|
},
|
|
2968
2791
|
{
|
|
2969
|
-
"
|
|
2792
|
+
"kind": "field",
|
|
2793
|
+
"name": "deleteEvent",
|
|
2970
2794
|
"type": {
|
|
2971
|
-
"text": "
|
|
2795
|
+
"text": "string"
|
|
2972
2796
|
},
|
|
2973
|
-
"
|
|
2974
|
-
"inheritedFrom": {
|
|
2975
|
-
"name": "EntityManagement",
|
|
2976
|
-
"module": "src/entities/entities.ts"
|
|
2977
|
-
}
|
|
2797
|
+
"description": "String which contains event if we have permission to delete user of empty string if not"
|
|
2978
2798
|
},
|
|
2979
2799
|
{
|
|
2980
|
-
"
|
|
2800
|
+
"kind": "field",
|
|
2801
|
+
"name": "updateEvent",
|
|
2981
2802
|
"type": {
|
|
2982
|
-
"text": "
|
|
2803
|
+
"text": "string"
|
|
2804
|
+
},
|
|
2805
|
+
"description": "String which contains event if we have permission to update user of empty string if not"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "method",
|
|
2809
|
+
"name": "deepClone",
|
|
2810
|
+
"return": {
|
|
2811
|
+
"type": {
|
|
2812
|
+
"text": "Node"
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
],
|
|
2817
|
+
"attributes": [
|
|
2818
|
+
{
|
|
2819
|
+
"name": "design-system-prefix",
|
|
2820
|
+
"type": {
|
|
2821
|
+
"text": "string"
|
|
2983
2822
|
},
|
|
2984
|
-
"default": "
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2987
|
-
"name": "EntityManagement",
|
|
2988
|
-
"module": "src/entities/entities.ts"
|
|
2989
|
-
}
|
|
2823
|
+
"default": "'zero'",
|
|
2824
|
+
"description": "Name of the design system prefix that will be used for components.",
|
|
2825
|
+
"fieldName": "prefix"
|
|
2990
2826
|
},
|
|
2991
2827
|
{
|
|
2992
|
-
"name": "
|
|
2828
|
+
"name": "persist-column-state-key",
|
|
2993
2829
|
"type": {
|
|
2994
|
-
"text": "
|
|
2830
|
+
"text": "string"
|
|
2995
2831
|
},
|
|
2996
|
-
"default": "
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2999
|
-
"name": "EntityManagement",
|
|
3000
|
-
"module": "src/entities/entities.ts"
|
|
3001
|
-
}
|
|
2832
|
+
"default": "'entity_users_management'",
|
|
2833
|
+
"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`.",
|
|
2834
|
+
"fieldName": "persistColumnStateKey"
|
|
3002
2835
|
},
|
|
3003
2836
|
{
|
|
3004
2837
|
"name": "enable-search-bar",
|
|
@@ -3007,55 +2840,222 @@
|
|
|
3007
2840
|
},
|
|
3008
2841
|
"default": "false",
|
|
3009
2842
|
"description": "This attribute controls whether to enable the search-bar.",
|
|
3010
|
-
"fieldName": "enableSearchBar"
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
2843
|
+
"fieldName": "enableSearchBar"
|
|
2844
|
+
}
|
|
2845
|
+
],
|
|
2846
|
+
"mixins": [
|
|
2847
|
+
{
|
|
2848
|
+
"name": "LifecycleMixin",
|
|
2849
|
+
"package": "@genesislcap/foundation-utils"
|
|
2850
|
+
}
|
|
2851
|
+
],
|
|
2852
|
+
"superclass": {
|
|
2853
|
+
"name": "FASTElement",
|
|
2854
|
+
"package": "@microsoft/fast-element"
|
|
2855
|
+
},
|
|
2856
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2857
|
+
"tagName": "user-management",
|
|
2858
|
+
"customElement": true
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"exports": [
|
|
2862
|
+
{
|
|
2863
|
+
"kind": "js",
|
|
2864
|
+
"name": "UsersColumnConfig",
|
|
2865
|
+
"declaration": {
|
|
2866
|
+
"name": "UsersColumnConfig",
|
|
2867
|
+
"module": "src/users/users.ts"
|
|
2868
|
+
}
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"kind": "js",
|
|
2872
|
+
"name": "Users",
|
|
2873
|
+
"declaration": {
|
|
2874
|
+
"name": "Users",
|
|
2875
|
+
"module": "src/users/users.ts"
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"kind": "custom-element-definition",
|
|
2880
|
+
"name": "user-management",
|
|
2881
|
+
"declaration": {
|
|
2882
|
+
"name": "Users",
|
|
2883
|
+
"module": "src/users/users.ts"
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"kind": "javascript-module",
|
|
2890
|
+
"path": "src/utils/formatting.ts",
|
|
2891
|
+
"declarations": [
|
|
2892
|
+
{
|
|
2893
|
+
"kind": "function",
|
|
2894
|
+
"name": "getErrorFormat",
|
|
2895
|
+
"parameters": [
|
|
2896
|
+
{
|
|
2897
|
+
"name": "err"
|
|
2898
|
+
}
|
|
2899
|
+
],
|
|
2900
|
+
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2901
|
+
"privacy": "public"
|
|
2902
|
+
}
|
|
2903
|
+
],
|
|
2904
|
+
"exports": [
|
|
2905
|
+
{
|
|
2906
|
+
"kind": "js",
|
|
2907
|
+
"name": "getErrorFormat",
|
|
2908
|
+
"declaration": {
|
|
2909
|
+
"name": "getErrorFormat",
|
|
2910
|
+
"module": "src/utils/formatting.ts"
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
]
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"kind": "javascript-module",
|
|
2917
|
+
"path": "src/utils/index.ts",
|
|
2918
|
+
"declarations": [],
|
|
2919
|
+
"exports": [
|
|
2920
|
+
{
|
|
2921
|
+
"kind": "js",
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"declaration": {
|
|
2924
|
+
"name": "*",
|
|
2925
|
+
"package": "./formatting"
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"kind": "js",
|
|
2930
|
+
"name": "*",
|
|
2931
|
+
"declaration": {
|
|
2932
|
+
"name": "*",
|
|
2933
|
+
"package": "./logger"
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "js",
|
|
2938
|
+
"name": "*",
|
|
2939
|
+
"declaration": {
|
|
2940
|
+
"name": "*",
|
|
2941
|
+
"package": "./renderer"
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
]
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"kind": "javascript-module",
|
|
2948
|
+
"path": "src/utils/logger.ts",
|
|
2949
|
+
"declarations": [
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "variable",
|
|
2952
|
+
"name": "logger",
|
|
2953
|
+
"privacy": "public"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"exports": [
|
|
2957
|
+
{
|
|
2958
|
+
"kind": "js",
|
|
2959
|
+
"name": "logger",
|
|
2960
|
+
"declaration": {
|
|
2961
|
+
"name": "logger",
|
|
2962
|
+
"module": "src/utils/logger.ts"
|
|
2963
|
+
}
|
|
2964
|
+
}
|
|
2965
|
+
]
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"kind": "javascript-module",
|
|
2969
|
+
"path": "src/utils/renderer.ts",
|
|
2970
|
+
"declarations": [
|
|
2971
|
+
{
|
|
2972
|
+
"kind": "function",
|
|
2973
|
+
"name": "buttonCellRenderer",
|
|
2974
|
+
"return": {
|
|
2975
|
+
"type": {
|
|
2976
|
+
"text": "ColDef"
|
|
2977
|
+
}
|
|
2978
|
+
},
|
|
2979
|
+
"parameters": [
|
|
2980
|
+
{
|
|
2981
|
+
"name": "title"
|
|
3015
2982
|
},
|
|
3016
2983
|
{
|
|
3017
|
-
"name": "
|
|
3018
|
-
"type": {
|
|
3019
|
-
"text": "GridProCaseType"
|
|
3020
|
-
},
|
|
3021
|
-
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
3022
|
-
"fieldName": "headerCaseType",
|
|
3023
|
-
"inheritedFrom": {
|
|
3024
|
-
"name": "EntityManagement",
|
|
3025
|
-
"module": "src/entities/entities.ts"
|
|
3026
|
-
}
|
|
2984
|
+
"name": "clickHandler"
|
|
3027
2985
|
},
|
|
3028
2986
|
{
|
|
3029
|
-
"name": "
|
|
3030
|
-
"type": {
|
|
3031
|
-
"text": "'centre' | 'left' | 'right'"
|
|
3032
|
-
},
|
|
3033
|
-
"default": "'right'",
|
|
3034
|
-
"description": "Determines where the modal dialog will appear on screen",
|
|
3035
|
-
"fieldName": "modalPosition",
|
|
3036
|
-
"inheritedFrom": {
|
|
3037
|
-
"name": "EntityManagement",
|
|
3038
|
-
"module": "src/entities/entities.ts"
|
|
3039
|
-
}
|
|
2987
|
+
"name": "contentTemplate"
|
|
3040
2988
|
}
|
|
3041
|
-
]
|
|
2989
|
+
],
|
|
2990
|
+
"privacy": "public"
|
|
3042
2991
|
}
|
|
3043
2992
|
],
|
|
3044
2993
|
"exports": [
|
|
3045
2994
|
{
|
|
3046
2995
|
"kind": "js",
|
|
3047
|
-
"name": "
|
|
2996
|
+
"name": "buttonCellRenderer",
|
|
3048
2997
|
"declaration": {
|
|
3049
|
-
"name": "
|
|
3050
|
-
"module": "src/
|
|
2998
|
+
"name": "buttonCellRenderer",
|
|
2999
|
+
"module": "src/utils/renderer.ts"
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
]
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"kind": "javascript-module",
|
|
3006
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
3007
|
+
"declarations": [
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "variable",
|
|
3010
|
+
"name": "EntityManagementDemoTemplate",
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "ViewTemplate"
|
|
3013
|
+
},
|
|
3014
|
+
"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`"
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"exports": [
|
|
3018
|
+
{
|
|
3019
|
+
"kind": "js",
|
|
3020
|
+
"name": "EntityManagementDemoTemplate",
|
|
3021
|
+
"declaration": {
|
|
3022
|
+
"name": "EntityManagementDemoTemplate",
|
|
3023
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
]
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "javascript-module",
|
|
3030
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
3031
|
+
"declarations": [
|
|
3032
|
+
{
|
|
3033
|
+
"kind": "class",
|
|
3034
|
+
"description": "",
|
|
3035
|
+
"name": "EntityManagementDemo",
|
|
3036
|
+
"superclass": {
|
|
3037
|
+
"name": "FASTElement",
|
|
3038
|
+
"package": "@microsoft/fast-element"
|
|
3039
|
+
},
|
|
3040
|
+
"tagName": "entity-management-demo",
|
|
3041
|
+
"customElement": true
|
|
3042
|
+
}
|
|
3043
|
+
],
|
|
3044
|
+
"exports": [
|
|
3045
|
+
{
|
|
3046
|
+
"kind": "js",
|
|
3047
|
+
"name": "EntityManagementDemo",
|
|
3048
|
+
"declaration": {
|
|
3049
|
+
"name": "EntityManagementDemo",
|
|
3050
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
3051
3051
|
}
|
|
3052
3052
|
},
|
|
3053
3053
|
{
|
|
3054
3054
|
"kind": "custom-element-definition",
|
|
3055
|
-
"name": "
|
|
3055
|
+
"name": "entity-management-demo",
|
|
3056
3056
|
"declaration": {
|
|
3057
|
-
"name": "
|
|
3058
|
-
"module": "src/
|
|
3057
|
+
"name": "EntityManagementDemo",
|
|
3058
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
3059
3059
|
}
|
|
3060
3060
|
}
|
|
3061
3061
|
]
|