@genesislcap/foundation-entity-management 14.183.2 → 14.183.3

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +488 -488
  2. package/package.json +21 -21
@@ -87,6 +87,41 @@
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
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -882,41 +917,6 @@
882
917
  }
883
918
  ]
884
919
  },
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",
@@ -1584,299 +1584,229 @@
1584
1584
  },
1585
1585
  {
1586
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",
1587
+ "path": "src/profiles/editProfileSchema.ts",
1609
1588
  "declarations": [
1610
1589
  {
1611
- "kind": "function",
1612
- "name": "getPrefixedUsers",
1613
- "parameters": [
1614
- {
1615
- "name": "prefix"
1616
- }
1617
- ]
1590
+ "kind": "variable",
1591
+ "name": "editProfileFormSchema",
1592
+ "type": {
1593
+ "text": "object"
1594
+ },
1595
+ "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}"
1618
1596
  }
1619
1597
  ],
1620
1598
  "exports": [
1621
1599
  {
1622
1600
  "kind": "js",
1623
- "name": "getPrefixedUsers",
1601
+ "name": "editProfileFormSchema",
1624
1602
  "declaration": {
1625
- "name": "getPrefixedUsers",
1626
- "module": "src/users/users.template.ts"
1603
+ "name": "editProfileFormSchema",
1604
+ "module": "src/profiles/editProfileSchema.ts"
1627
1605
  }
1628
1606
  }
1629
1607
  ]
1630
1608
  },
1631
1609
  {
1632
1610
  "kind": "javascript-module",
1633
- "path": "src/users/users.ts",
1611
+ "path": "src/profiles/profiles.ts",
1634
1612
  "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
1613
  {
1646
1614
  "kind": "class",
1647
- "description": "Main class which defines the user management functionality",
1648
- "name": "Users",
1615
+ "description": "Main class which defined the profile management functionality",
1616
+ "name": "Profiles",
1649
1617
  "members": [
1650
1618
  {
1651
- "kind": "field",
1652
- "name": "prefix",
1653
- "type": {
1654
- "text": "string"
1655
- },
1656
- "default": "'zero'",
1657
- "description": "Name of the design system prefix that will be used for components.",
1658
- "privacy": "public"
1619
+ "kind": "method",
1620
+ "name": "readProfileData",
1621
+ "privacy": "public",
1622
+ "parameters": [
1623
+ {
1624
+ "name": "profile"
1625
+ }
1626
+ ]
1627
+ },
1628
+ {
1629
+ "kind": "method",
1630
+ "name": "confirmDelete",
1631
+ "inheritedFrom": {
1632
+ "name": "EntityManagement",
1633
+ "module": "src/entities/entities.ts"
1634
+ }
1659
1635
  },
1660
1636
  {
1661
1637
  "kind": "field",
1662
- "name": "persistColumnStateKey",
1638
+ "name": "createEvent",
1663
1639
  "type": {
1664
1640
  "text": "string"
1665
1641
  },
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"
1642
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
1643
+ "privacy": "public",
1644
+ "inheritedFrom": {
1645
+ "name": "EntityManagement",
1646
+ "module": "src/entities/entities.ts"
1647
+ }
1669
1648
  },
1670
1649
  {
1671
1650
  "kind": "field",
1672
- "name": "enableSearchBar",
1651
+ "name": "deleteEvent",
1673
1652
  "type": {
1674
- "text": "boolean"
1653
+ "text": "string"
1675
1654
  },
1676
- "default": "false",
1677
- "description": "This attribute controls whether to enable the search-bar.",
1678
- "privacy": "public"
1655
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1656
+ "privacy": "public",
1657
+ "inheritedFrom": {
1658
+ "name": "EntityManagement",
1659
+ "module": "src/entities/entities.ts"
1660
+ }
1679
1661
  },
1680
1662
  {
1681
1663
  "kind": "field",
1682
- "name": "gridOptions",
1664
+ "name": "updateEvent",
1683
1665
  "type": {
1684
- "text": "GridOptions"
1666
+ "text": "string"
1685
1667
  },
1686
- "description": "GridOptions to be passed down from application",
1687
- "privacy": "public"
1668
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
1669
+ "privacy": "public",
1670
+ "inheritedFrom": {
1671
+ "name": "EntityManagement",
1672
+ "module": "src/entities/entities.ts"
1673
+ }
1688
1674
  },
1689
1675
  {
1690
1676
  "kind": "field",
1691
- "name": "columns",
1677
+ "name": "persistColumnStateKey",
1692
1678
  "type": {
1693
- "text": "any"
1679
+ "text": "string"
1694
1680
  },
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"
1681
+ "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.",
1682
+ "privacy": "public",
1683
+ "default": "'entity_profiles_management'",
1684
+ "inheritedFrom": {
1685
+ "name": "EntityManagement",
1686
+ "module": "src/entities/entities.ts"
1687
+ }
1697
1688
  },
1698
1689
  {
1699
1690
  "kind": "field",
1700
- "name": "additionalCreateFields",
1691
+ "name": "updateFormUiSchema",
1701
1692
  "type": {
1702
1693
  "text": "any"
1703
1694
  },
1704
- "default": "[]"
1695
+ "default": "editProfileFormSchema",
1696
+ "inheritedFrom": {
1697
+ "name": "EntityManagement",
1698
+ "module": "src/entities/entities.ts"
1699
+ }
1705
1700
  },
1706
1701
  {
1707
1702
  "kind": "field",
1708
- "name": "additionalUpdateFields",
1703
+ "name": "createFormUiSchema",
1709
1704
  "type": {
1710
1705
  "text": "any"
1711
1706
  },
1712
- "default": "[]"
1707
+ "default": "editProfileFormSchema",
1708
+ "inheritedFrom": {
1709
+ "name": "EntityManagement",
1710
+ "module": "src/entities/entities.ts"
1711
+ }
1713
1712
  },
1714
1713
  {
1715
1714
  "kind": "field",
1716
- "name": "allAccessType",
1715
+ "name": "readEventFn",
1717
1716
  "type": {
1718
- "text": "boolean"
1717
+ "text": "(...args) => {}"
1718
+ },
1719
+ "inheritedFrom": {
1720
+ "name": "EntityManagement",
1721
+ "module": "src/entities/entities.ts"
1719
1722
  }
1720
1723
  },
1721
1724
  {
1722
1725
  "kind": "field",
1723
- "name": "entityIdValue",
1726
+ "name": "resourceName",
1724
1727
  "type": {
1725
1728
  "text": "string"
1726
1729
  },
1727
- "privacy": "private"
1730
+ "description": "Name of the backend resource which contain the entities to manage",
1731
+ "privacy": "public",
1732
+ "default": "'ALL_PROFILES'",
1733
+ "inheritedFrom": {
1734
+ "name": "EntityManagement",
1735
+ "module": "src/entities/entities.ts"
1736
+ }
1728
1737
  },
1729
1738
  {
1730
1739
  "kind": "field",
1731
- "name": "createEvent",
1740
+ "name": "title",
1732
1741
  "type": {
1733
1742
  "text": "string"
1734
1743
  },
1735
- "description": "String which contains event if we have permission to insert user of empty string if not"
1744
+ "description": "Title of the grid",
1745
+ "privacy": "public",
1746
+ "default": "'Profile Management'",
1747
+ "inheritedFrom": {
1748
+ "name": "EntityManagement",
1749
+ "module": "src/entities/entities.ts"
1750
+ }
1736
1751
  },
1737
1752
  {
1738
1753
  "kind": "field",
1739
- "name": "deleteEvent",
1754
+ "name": "entityLabel",
1740
1755
  "type": {
1741
1756
  "text": "string"
1742
1757
  },
1743
- "description": "String which contains event if we have permission to delete user of empty string if not"
1758
+ "default": "'Profile'",
1759
+ "description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
1760
+ "privacy": "public",
1761
+ "inheritedFrom": {
1762
+ "name": "EntityManagement",
1763
+ "module": "src/entities/entities.ts"
1764
+ }
1744
1765
  },
1745
1766
  {
1746
1767
  "kind": "field",
1747
- "name": "updateEvent",
1768
+ "name": "connect",
1748
1769
  "type": {
1749
- "text": "string"
1770
+ "text": "Connect"
1750
1771
  },
1751
- "description": "String which contains event if we have permission to update user of empty string if not"
1752
- },
1753
- {
1754
- "kind": "method",
1755
- "name": "deepClone",
1756
- "return": {
1757
- "type": {
1758
- "text": "Node"
1759
- }
1772
+ "privacy": "protected",
1773
+ "description": "DI connect object which is used to interact with the backend.",
1774
+ "inheritedFrom": {
1775
+ "name": "EntityManagement",
1776
+ "module": "src/entities/entities.ts"
1760
1777
  }
1761
- }
1762
- ],
1763
- "attributes": [
1778
+ },
1764
1779
  {
1765
- "name": "design-system-prefix",
1780
+ "kind": "field",
1781
+ "name": "prefix",
1766
1782
  "type": {
1767
1783
  "text": "string"
1768
1784
  },
1769
1785
  "default": "'zero'",
1770
- "description": "Name of the design system prefix that will be used for components.",
1771
- "fieldName": "prefix"
1786
+ "description": "Name of the design system prefix that will be used in renderers.",
1787
+ "privacy": "public",
1788
+ "inheritedFrom": {
1789
+ "name": "EntityManagement",
1790
+ "module": "src/entities/entities.ts"
1791
+ }
1772
1792
  },
1773
1793
  {
1774
- "name": "persist-column-state-key",
1794
+ "kind": "field",
1795
+ "name": "readEvent",
1775
1796
  "type": {
1776
1797
  "text": "string"
1777
1798
  },
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"
1799
+ "inheritedFrom": {
1800
+ "name": "EntityManagement",
1801
+ "module": "src/entities/entities.ts"
1802
+ }
1781
1803
  },
1782
1804
  {
1783
- "name": "enable-search-bar",
1805
+ "kind": "field",
1806
+ "name": "readonly",
1784
1807
  "type": {
1785
1808
  "text": "boolean"
1786
1809
  },
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",
1870
- "privacy": "public",
1871
- "parameters": [
1872
- {
1873
- "name": "profile"
1874
- }
1875
- ]
1876
- },
1877
- {
1878
- "kind": "method",
1879
- "name": "confirmDelete",
1880
1810
  "inheritedFrom": {
1881
1811
  "name": "EntityManagement",
1882
1812
  "module": "src/entities/entities.ts"
@@ -1884,11 +1814,12 @@
1884
1814
  },
1885
1815
  {
1886
1816
  "kind": "field",
1887
- "name": "createEvent",
1817
+ "name": "asyncAdd",
1888
1818
  "type": {
1889
- "text": "string"
1819
+ "text": "boolean"
1890
1820
  },
1891
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1821
+ "default": "false",
1822
+ "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
1892
1823
  "privacy": "public",
1893
1824
  "inheritedFrom": {
1894
1825
  "name": "EntityManagement",
@@ -1897,11 +1828,12 @@
1897
1828
  },
1898
1829
  {
1899
1830
  "kind": "field",
1900
- "name": "deleteEvent",
1831
+ "name": "asyncRemove",
1901
1832
  "type": {
1902
- "text": "string"
1833
+ "text": "boolean"
1903
1834
  },
1904
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1835
+ "default": "false",
1836
+ "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
1905
1837
  "privacy": "public",
1906
1838
  "inheritedFrom": {
1907
1839
  "name": "EntityManagement",
@@ -1910,11 +1842,12 @@
1910
1842
  },
1911
1843
  {
1912
1844
  "kind": "field",
1913
- "name": "updateEvent",
1845
+ "name": "asyncUpdate",
1914
1846
  "type": {
1915
- "text": "string"
1847
+ "text": "boolean"
1916
1848
  },
1917
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1849
+ "default": "true",
1850
+ "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
1918
1851
  "privacy": "public",
1919
1852
  "inheritedFrom": {
1920
1853
  "name": "EntityManagement",
@@ -1923,13 +1856,13 @@
1923
1856
  },
1924
1857
  {
1925
1858
  "kind": "field",
1926
- "name": "persistColumnStateKey",
1859
+ "name": "rowSelection",
1927
1860
  "type": {
1928
1861
  "text": "string"
1929
1862
  },
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.",
1863
+ "default": "'single'",
1864
+ "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1931
1865
  "privacy": "public",
1932
- "default": "'entity_profiles_management'",
1933
1866
  "inheritedFrom": {
1934
1867
  "name": "EntityManagement",
1935
1868
  "module": "src/entities/entities.ts"
@@ -1937,11 +1870,13 @@
1937
1870
  },
1938
1871
  {
1939
1872
  "kind": "field",
1940
- "name": "updateFormUiSchema",
1873
+ "name": "enableCellFlashing",
1941
1874
  "type": {
1942
- "text": "any"
1875
+ "text": "boolean"
1943
1876
  },
1944
- "default": "editProfileFormSchema",
1877
+ "default": "false",
1878
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1879
+ "privacy": "public",
1945
1880
  "inheritedFrom": {
1946
1881
  "name": "EntityManagement",
1947
1882
  "module": "src/entities/entities.ts"
@@ -1949,11 +1884,13 @@
1949
1884
  },
1950
1885
  {
1951
1886
  "kind": "field",
1952
- "name": "createFormUiSchema",
1887
+ "name": "enableRowFlashing",
1953
1888
  "type": {
1954
- "text": "any"
1889
+ "text": "boolean"
1955
1890
  },
1956
- "default": "editProfileFormSchema",
1891
+ "default": "false",
1892
+ "description": "If true, will enable row flashing for all rows for `add` transactions",
1893
+ "privacy": "public",
1957
1894
  "inheritedFrom": {
1958
1895
  "name": "EntityManagement",
1959
1896
  "module": "src/entities/entities.ts"
@@ -1961,10 +1898,12 @@
1961
1898
  },
1962
1899
  {
1963
1900
  "kind": "field",
1964
- "name": "readEventFn",
1901
+ "name": "gridOptions",
1965
1902
  "type": {
1966
- "text": "(...args) => {}"
1903
+ "text": "GridOptions"
1967
1904
  },
1905
+ "description": "GridOptions to be passed down from application",
1906
+ "privacy": "public",
1968
1907
  "inheritedFrom": {
1969
1908
  "name": "EntityManagement",
1970
1909
  "module": "src/entities/entities.ts"
@@ -1972,13 +1911,12 @@
1972
1911
  },
1973
1912
  {
1974
1913
  "kind": "field",
1975
- "name": "resourceName",
1914
+ "name": "columns",
1976
1915
  "type": {
1977
- "text": "string"
1916
+ "text": "ColDef[]"
1978
1917
  },
1979
- "description": "Name of the backend resource which contain the entities to manage",
1918
+ "description": "Array which holds the column definitions.",
1980
1919
  "privacy": "public",
1981
- "default": "'ALL_PROFILES'",
1982
1920
  "inheritedFrom": {
1983
1921
  "name": "EntityManagement",
1984
1922
  "module": "src/entities/entities.ts"
@@ -1986,13 +1924,12 @@
1986
1924
  },
1987
1925
  {
1988
1926
  "kind": "field",
1989
- "name": "title",
1927
+ "name": "datasourceConfig",
1990
1928
  "type": {
1991
- "text": "string"
1929
+ "text": "DatasourceConfiguration"
1992
1930
  },
1993
- "description": "Title of the grid",
1931
+ "description": "The configuration which is used when interacting with the resource on the backend",
1994
1932
  "privacy": "public",
1995
- "default": "'Profile Management'",
1996
1933
  "inheritedFrom": {
1997
1934
  "name": "EntityManagement",
1998
1935
  "module": "src/entities/entities.ts"
@@ -2000,13 +1937,10 @@
2000
1937
  },
2001
1938
  {
2002
1939
  "kind": "field",
2003
- "name": "entityLabel",
1940
+ "name": "formUiSchema",
2004
1941
  "type": {
2005
- "text": "string"
1942
+ "text": "any"
2006
1943
  },
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",
2010
1944
  "inheritedFrom": {
2011
1945
  "name": "EntityManagement",
2012
1946
  "module": "src/entities/entities.ts"
@@ -2014,12 +1948,13 @@
2014
1948
  },
2015
1949
  {
2016
1950
  "kind": "field",
2017
- "name": "connect",
1951
+ "name": "formRenderers",
2018
1952
  "type": {
2019
- "text": "Connect"
1953
+ "text": "RendererEntry[]"
2020
1954
  },
2021
- "privacy": "protected",
2022
- "description": "DI connect object which is used to interact with the backend.",
1955
+ "default": "renderers",
1956
+ "description": "Array with renderers used by foundation-forms",
1957
+ "privacy": "public",
2023
1958
  "inheritedFrom": {
2024
1959
  "name": "EntityManagement",
2025
1960
  "module": "src/entities/entities.ts"
@@ -2027,12 +1962,11 @@
2027
1962
  },
2028
1963
  {
2029
1964
  "kind": "field",
2030
- "name": "prefix",
1965
+ "name": "selectedEntity",
2031
1966
  "type": {
2032
- "text": "string"
1967
+ "text": "any"
2033
1968
  },
2034
- "default": "'zero'",
2035
- "description": "Name of the design system prefix that will be used in renderers.",
1969
+ "description": "Reference to the currently selected entity from the grid.",
2036
1970
  "privacy": "public",
2037
1971
  "inheritedFrom": {
2038
1972
  "name": "EntityManagement",
@@ -2041,10 +1975,12 @@
2041
1975
  },
2042
1976
  {
2043
1977
  "kind": "field",
2044
- "name": "readEvent",
1978
+ "name": "editedEntity",
2045
1979
  "type": {
2046
- "text": "string"
1980
+ "text": "any"
2047
1981
  },
1982
+ "description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
1983
+ "privacy": "public",
2048
1984
  "inheritedFrom": {
2049
1985
  "name": "EntityManagement",
2050
1986
  "module": "src/entities/entities.ts"
@@ -2052,7 +1988,7 @@
2052
1988
  },
2053
1989
  {
2054
1990
  "kind": "field",
2055
- "name": "readonly",
1991
+ "name": "submitting",
2056
1992
  "type": {
2057
1993
  "text": "boolean"
2058
1994
  },
@@ -2063,13 +1999,10 @@
2063
1999
  },
2064
2000
  {
2065
2001
  "kind": "field",
2066
- "name": "asyncAdd",
2002
+ "name": "defaultEntityValues",
2067
2003
  "type": {
2068
- "text": "boolean"
2004
+ "text": "any"
2069
2005
  },
2070
- "default": "false",
2071
- "description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
2072
- "privacy": "public",
2073
2006
  "inheritedFrom": {
2074
2007
  "name": "EntityManagement",
2075
2008
  "module": "src/entities/entities.ts"
@@ -2077,13 +2010,11 @@
2077
2010
  },
2078
2011
  {
2079
2012
  "kind": "field",
2080
- "name": "asyncRemove",
2013
+ "name": "editDialogTitle",
2081
2014
  "type": {
2082
- "text": "boolean"
2015
+ "text": "string"
2083
2016
  },
2084
- "default": "false",
2085
- "description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
2086
- "privacy": "public",
2017
+ "description": "String which contains the text of the popup modal when the user is adding or editing an entity",
2087
2018
  "inheritedFrom": {
2088
2019
  "name": "EntityManagement",
2089
2020
  "module": "src/entities/entities.ts"
@@ -2091,191 +2022,11 @@
2091
2022
  },
2092
2023
  {
2093
2024
  "kind": "field",
2094
- "name": "asyncUpdate",
2025
+ "name": "editModalVisible",
2095
2026
  "type": {
2096
2027
  "text": "boolean"
2097
2028
  },
2098
- "default": "true",
2099
- "description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
2100
- "privacy": "public",
2101
- "inheritedFrom": {
2102
- "name": "EntityManagement",
2103
- "module": "src/entities/entities.ts"
2104
- }
2105
- },
2106
- {
2107
- "kind": "field",
2108
- "name": "rowSelection",
2109
- "type": {
2110
- "text": "string"
2111
- },
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.",
2114
- "privacy": "public",
2115
- "inheritedFrom": {
2116
- "name": "EntityManagement",
2117
- "module": "src/entities/entities.ts"
2118
- }
2119
- },
2120
- {
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",
2128
- "privacy": "public",
2129
- "inheritedFrom": {
2130
- "name": "EntityManagement",
2131
- "module": "src/entities/entities.ts"
2132
- }
2133
- },
2134
- {
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",
2142
- "privacy": "public",
2143
- "inheritedFrom": {
2144
- "name": "EntityManagement",
2145
- "module": "src/entities/entities.ts"
2146
- }
2147
- },
2148
- {
2149
- "kind": "field",
2150
- "name": "gridOptions",
2151
- "type": {
2152
- "text": "GridOptions"
2153
- },
2154
- "description": "GridOptions to be passed down from application",
2155
- "privacy": "public",
2156
- "inheritedFrom": {
2157
- "name": "EntityManagement",
2158
- "module": "src/entities/entities.ts"
2159
- }
2160
- },
2161
- {
2162
- "kind": "field",
2163
- "name": "columns",
2164
- "type": {
2165
- "text": "ColDef[]"
2166
- },
2167
- "description": "Array which holds the column definitions.",
2168
- "privacy": "public",
2169
- "inheritedFrom": {
2170
- "name": "EntityManagement",
2171
- "module": "src/entities/entities.ts"
2172
- }
2173
- },
2174
- {
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",
2182
- "inheritedFrom": {
2183
- "name": "EntityManagement",
2184
- "module": "src/entities/entities.ts"
2185
- }
2186
- },
2187
- {
2188
- "kind": "field",
2189
- "name": "formUiSchema",
2190
- "type": {
2191
- "text": "any"
2192
- },
2193
- "inheritedFrom": {
2194
- "name": "EntityManagement",
2195
- "module": "src/entities/entities.ts"
2196
- }
2197
- },
2198
- {
2199
- "kind": "field",
2200
- "name": "formRenderers",
2201
- "type": {
2202
- "text": "RendererEntry[]"
2203
- },
2204
- "default": "renderers",
2205
- "description": "Array with renderers used by foundation-forms",
2206
- "privacy": "public",
2207
- "inheritedFrom": {
2208
- "name": "EntityManagement",
2209
- "module": "src/entities/entities.ts"
2210
- }
2211
- },
2212
- {
2213
- "kind": "field",
2214
- "name": "selectedEntity",
2215
- "type": {
2216
- "text": "any"
2217
- },
2218
- "description": "Reference to the currently selected entity from the grid.",
2219
- "privacy": "public",
2220
- "inheritedFrom": {
2221
- "name": "EntityManagement",
2222
- "module": "src/entities/entities.ts"
2223
- }
2224
- },
2225
- {
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",
2232
- "privacy": "public",
2233
- "inheritedFrom": {
2234
- "name": "EntityManagement",
2235
- "module": "src/entities/entities.ts"
2236
- }
2237
- },
2238
- {
2239
- "kind": "field",
2240
- "name": "submitting",
2241
- "type": {
2242
- "text": "boolean"
2243
- },
2244
- "inheritedFrom": {
2245
- "name": "EntityManagement",
2246
- "module": "src/entities/entities.ts"
2247
- }
2248
- },
2249
- {
2250
- "kind": "field",
2251
- "name": "defaultEntityValues",
2252
- "type": {
2253
- "text": "any"
2254
- },
2255
- "inheritedFrom": {
2256
- "name": "EntityManagement",
2257
- "module": "src/entities/entities.ts"
2258
- }
2259
- },
2260
- {
2261
- "kind": "field",
2262
- "name": "editDialogTitle",
2263
- "type": {
2264
- "text": "string"
2265
- },
2266
- "description": "String which contains the text of the popup modal when the user is adding or editing an entity",
2267
- "inheritedFrom": {
2268
- "name": "EntityManagement",
2269
- "module": "src/entities/entities.ts"
2270
- }
2271
- },
2272
- {
2273
- "kind": "field",
2274
- "name": "editModalVisible",
2275
- "type": {
2276
- "text": "boolean"
2277
- },
2278
- "default": "false",
2029
+ "default": "false",
2279
2030
  "inheritedFrom": {
2280
2031
  "name": "EntityManagement",
2281
2032
  "module": "src/entities/entities.ts"
@@ -2891,59 +2642,249 @@
2891
2642
  },
2892
2643
  {
2893
2644
  "kind": "javascript-module",
2894
- "path": "src/routes/demo/entity-management.template.ts",
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",
2895
2667
  "declarations": [
2896
2668
  {
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`"
2669
+ "kind": "function",
2670
+ "name": "getPrefixedUsers",
2671
+ "parameters": [
2672
+ {
2673
+ "name": "prefix"
2674
+ }
2675
+ ]
2903
2676
  }
2904
2677
  ],
2905
2678
  "exports": [
2906
2679
  {
2907
2680
  "kind": "js",
2908
- "name": "EntityManagementDemoTemplate",
2681
+ "name": "getPrefixedUsers",
2909
2682
  "declaration": {
2910
- "name": "EntityManagementDemoTemplate",
2911
- "module": "src/routes/demo/entity-management.template.ts"
2683
+ "name": "getPrefixedUsers",
2684
+ "module": "src/users/users.template.ts"
2912
2685
  }
2913
2686
  }
2914
2687
  ]
2915
2688
  },
2916
2689
  {
2917
2690
  "kind": "javascript-module",
2918
- "path": "src/routes/demo/entity-management.ts",
2691
+ "path": "src/users/users.ts",
2919
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
+ },
2920
2703
  {
2921
2704
  "kind": "class",
2922
- "description": "",
2923
- "name": "EntityManagementDemo",
2705
+ "description": "Main class which defines the user management functionality",
2706
+ "name": "Users",
2707
+ "members": [
2708
+ {
2709
+ "kind": "field",
2710
+ "name": "prefix",
2711
+ "type": {
2712
+ "text": "string"
2713
+ },
2714
+ "default": "'zero'",
2715
+ "description": "Name of the design system prefix that will be used for components.",
2716
+ "privacy": "public"
2717
+ },
2718
+ {
2719
+ "kind": "field",
2720
+ "name": "persistColumnStateKey",
2721
+ "type": {
2722
+ "text": "string"
2723
+ },
2724
+ "default": "'entity_users_management'",
2725
+ "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`.",
2726
+ "privacy": "public"
2727
+ },
2728
+ {
2729
+ "kind": "field",
2730
+ "name": "enableSearchBar",
2731
+ "type": {
2732
+ "text": "boolean"
2733
+ },
2734
+ "default": "false",
2735
+ "description": "This attribute controls whether to enable the search-bar.",
2736
+ "privacy": "public"
2737
+ },
2738
+ {
2739
+ "kind": "field",
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"
2777
+ }
2778
+ },
2779
+ {
2780
+ "kind": "field",
2781
+ "name": "entityIdValue",
2782
+ "type": {
2783
+ "text": "string"
2784
+ },
2785
+ "privacy": "private"
2786
+ },
2787
+ {
2788
+ "kind": "field",
2789
+ "name": "createEvent",
2790
+ "type": {
2791
+ "text": "string"
2792
+ },
2793
+ "description": "String which contains event if we have permission to insert user of empty string if not"
2794
+ },
2795
+ {
2796
+ "kind": "field",
2797
+ "name": "deleteEvent",
2798
+ "type": {
2799
+ "text": "string"
2800
+ },
2801
+ "description": "String which contains event if we have permission to delete user of empty string if not"
2802
+ },
2803
+ {
2804
+ "kind": "field",
2805
+ "name": "updateEvent",
2806
+ "type": {
2807
+ "text": "string"
2808
+ },
2809
+ "description": "String which contains event if we have permission to update user of empty string if not"
2810
+ },
2811
+ {
2812
+ "kind": "method",
2813
+ "name": "deepClone",
2814
+ "return": {
2815
+ "type": {
2816
+ "text": "Node"
2817
+ }
2818
+ }
2819
+ }
2820
+ ],
2821
+ "attributes": [
2822
+ {
2823
+ "name": "design-system-prefix",
2824
+ "type": {
2825
+ "text": "string"
2826
+ },
2827
+ "default": "'zero'",
2828
+ "description": "Name of the design system prefix that will be used for components.",
2829
+ "fieldName": "prefix"
2830
+ },
2831
+ {
2832
+ "name": "persist-column-state-key",
2833
+ "type": {
2834
+ "text": "string"
2835
+ },
2836
+ "default": "'entity_users_management'",
2837
+ "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`.",
2838
+ "fieldName": "persistColumnStateKey"
2839
+ },
2840
+ {
2841
+ "name": "enable-search-bar",
2842
+ "type": {
2843
+ "text": "boolean"
2844
+ },
2845
+ "default": "false",
2846
+ "description": "This attribute controls whether to enable the search-bar.",
2847
+ "fieldName": "enableSearchBar"
2848
+ }
2849
+ ],
2850
+ "mixins": [
2851
+ {
2852
+ "name": "LifecycleMixin",
2853
+ "package": "@genesislcap/foundation-utils"
2854
+ }
2855
+ ],
2924
2856
  "superclass": {
2925
2857
  "name": "FASTElement",
2926
2858
  "package": "@microsoft/fast-element"
2927
2859
  },
2928
- "tagName": "entity-management-demo",
2860
+ "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
2861
+ "tagName": "user-management",
2929
2862
  "customElement": true
2930
2863
  }
2931
2864
  ],
2932
2865
  "exports": [
2933
2866
  {
2934
2867
  "kind": "js",
2935
- "name": "EntityManagementDemo",
2868
+ "name": "UsersColumnConfig",
2936
2869
  "declaration": {
2937
- "name": "EntityManagementDemo",
2938
- "module": "src/routes/demo/entity-management.ts"
2870
+ "name": "UsersColumnConfig",
2871
+ "module": "src/users/users.ts"
2872
+ }
2873
+ },
2874
+ {
2875
+ "kind": "js",
2876
+ "name": "Users",
2877
+ "declaration": {
2878
+ "name": "Users",
2879
+ "module": "src/users/users.ts"
2939
2880
  }
2940
2881
  },
2941
2882
  {
2942
2883
  "kind": "custom-element-definition",
2943
- "name": "entity-management-demo",
2884
+ "name": "user-management",
2944
2885
  "declaration": {
2945
- "name": "EntityManagementDemo",
2946
- "module": "src/routes/demo/entity-management.ts"
2886
+ "name": "Users",
2887
+ "module": "src/users/users.ts"
2947
2888
  }
2948
2889
  }
2949
2890
  ]
@@ -3063,6 +3004,65 @@
3063
3004
  }
3064
3005
  }
3065
3006
  ]
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
  }