@genesislcap/foundation-entity-management 14.211.1 → 14.211.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1636,6 +1636,55 @@
1636
1636
  }
1637
1637
  ]
1638
1638
  },
1639
+ {
1640
+ "kind": "javascript-module",
1641
+ "path": "src/layouts/default.ts",
1642
+ "declarations": [
1643
+ {
1644
+ "kind": "variable",
1645
+ "name": "loginLayout",
1646
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1647
+ },
1648
+ {
1649
+ "kind": "variable",
1650
+ "name": "defaultLayout",
1651
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1652
+ }
1653
+ ],
1654
+ "exports": [
1655
+ {
1656
+ "kind": "js",
1657
+ "name": "loginLayout",
1658
+ "declaration": {
1659
+ "name": "loginLayout",
1660
+ "module": "src/layouts/default.ts"
1661
+ }
1662
+ },
1663
+ {
1664
+ "kind": "js",
1665
+ "name": "defaultLayout",
1666
+ "declaration": {
1667
+ "name": "defaultLayout",
1668
+ "module": "src/layouts/default.ts"
1669
+ }
1670
+ }
1671
+ ]
1672
+ },
1673
+ {
1674
+ "kind": "javascript-module",
1675
+ "path": "src/layouts/index.ts",
1676
+ "declarations": [],
1677
+ "exports": [
1678
+ {
1679
+ "kind": "js",
1680
+ "name": "*",
1681
+ "declaration": {
1682
+ "name": "*",
1683
+ "package": "./default"
1684
+ }
1685
+ }
1686
+ ]
1687
+ },
1639
1688
  {
1640
1689
  "kind": "javascript-module",
1641
1690
  "path": "src/main/index.ts",
@@ -1781,55 +1830,6 @@
1781
1830
  }
1782
1831
  ]
1783
1832
  },
1784
- {
1785
- "kind": "javascript-module",
1786
- "path": "src/layouts/default.ts",
1787
- "declarations": [
1788
- {
1789
- "kind": "variable",
1790
- "name": "loginLayout",
1791
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1792
- },
1793
- {
1794
- "kind": "variable",
1795
- "name": "defaultLayout",
1796
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1797
- }
1798
- ],
1799
- "exports": [
1800
- {
1801
- "kind": "js",
1802
- "name": "loginLayout",
1803
- "declaration": {
1804
- "name": "loginLayout",
1805
- "module": "src/layouts/default.ts"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "defaultLayout",
1811
- "declaration": {
1812
- "name": "defaultLayout",
1813
- "module": "src/layouts/default.ts"
1814
- }
1815
- }
1816
- ]
1817
- },
1818
- {
1819
- "kind": "javascript-module",
1820
- "path": "src/layouts/index.ts",
1821
- "declarations": [],
1822
- "exports": [
1823
- {
1824
- "kind": "js",
1825
- "name": "*",
1826
- "declaration": {
1827
- "name": "*",
1828
- "package": "./default"
1829
- }
1830
- }
1831
- ]
1832
- },
1833
1833
  {
1834
1834
  "kind": "javascript-module",
1835
1835
  "path": "src/profiles/editProfileSchema.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.211.1",
4
+ "version": "14.211.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.211.1",
56
- "@genesislcap/genx": "14.211.1",
57
- "@genesislcap/rollup-builder": "14.211.1",
58
- "@genesislcap/ts-builder": "14.211.1",
59
- "@genesislcap/uvu-playwright-builder": "14.211.1",
60
- "@genesislcap/vite-builder": "14.211.1",
61
- "@genesislcap/webpack-builder": "14.211.1",
55
+ "@genesislcap/foundation-testing": "14.211.2",
56
+ "@genesislcap/genx": "14.211.2",
57
+ "@genesislcap/rollup-builder": "14.211.2",
58
+ "@genesislcap/ts-builder": "14.211.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.211.2",
60
+ "@genesislcap/vite-builder": "14.211.2",
61
+ "@genesislcap/webpack-builder": "14.211.2",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.211.1",
67
- "@genesislcap/foundation-errors": "14.211.1",
68
- "@genesislcap/foundation-events": "14.211.1",
69
- "@genesislcap/foundation-forms": "14.211.1",
70
- "@genesislcap/foundation-logger": "14.211.1",
71
- "@genesislcap/foundation-login": "14.211.1",
72
- "@genesislcap/foundation-notifications": "14.211.1",
73
- "@genesislcap/foundation-ui": "14.211.1",
74
- "@genesislcap/foundation-utils": "14.211.1",
75
- "@genesislcap/foundation-zero": "14.211.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.211.1",
77
- "@genesislcap/grid-pro": "14.211.1",
66
+ "@genesislcap/foundation-comms": "14.211.2",
67
+ "@genesislcap/foundation-errors": "14.211.2",
68
+ "@genesislcap/foundation-events": "14.211.2",
69
+ "@genesislcap/foundation-forms": "14.211.2",
70
+ "@genesislcap/foundation-logger": "14.211.2",
71
+ "@genesislcap/foundation-login": "14.211.2",
72
+ "@genesislcap/foundation-notifications": "14.211.2",
73
+ "@genesislcap/foundation-ui": "14.211.2",
74
+ "@genesislcap/foundation-utils": "14.211.2",
75
+ "@genesislcap/foundation-zero": "14.211.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.211.2",
77
+ "@genesislcap/grid-pro": "14.211.2",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "be6e09c6d022e7d13f5423c2c5aed363668711da"
94
+ "gitHead": "c7134894f5bd7efb903b1612957041422fccb0ba"
95
95
  }