@genesislcap/foundation-entity-management 14.224.2 → 14.224.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.
@@ -1514,55 +1514,6 @@
1514
1514
  }
1515
1515
  ]
1516
1516
  },
1517
- {
1518
- "kind": "javascript-module",
1519
- "path": "src/layouts/default.ts",
1520
- "declarations": [
1521
- {
1522
- "kind": "variable",
1523
- "name": "loginLayout",
1524
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1525
- },
1526
- {
1527
- "kind": "variable",
1528
- "name": "defaultLayout",
1529
- "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)"
1530
- }
1531
- ],
1532
- "exports": [
1533
- {
1534
- "kind": "js",
1535
- "name": "loginLayout",
1536
- "declaration": {
1537
- "name": "loginLayout",
1538
- "module": "src/layouts/default.ts"
1539
- }
1540
- },
1541
- {
1542
- "kind": "js",
1543
- "name": "defaultLayout",
1544
- "declaration": {
1545
- "name": "defaultLayout",
1546
- "module": "src/layouts/default.ts"
1547
- }
1548
- }
1549
- ]
1550
- },
1551
- {
1552
- "kind": "javascript-module",
1553
- "path": "src/layouts/index.ts",
1554
- "declarations": [],
1555
- "exports": [
1556
- {
1557
- "kind": "js",
1558
- "name": "*",
1559
- "declaration": {
1560
- "name": "*",
1561
- "package": "./default"
1562
- }
1563
- }
1564
- ]
1565
- },
1566
1517
  {
1567
1518
  "kind": "javascript-module",
1568
1519
  "path": "src/main/index.ts",
@@ -1708,6 +1659,55 @@
1708
1659
  }
1709
1660
  ]
1710
1661
  },
1662
+ {
1663
+ "kind": "javascript-module",
1664
+ "path": "src/layouts/default.ts",
1665
+ "declarations": [
1666
+ {
1667
+ "kind": "variable",
1668
+ "name": "loginLayout",
1669
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1670
+ },
1671
+ {
1672
+ "kind": "variable",
1673
+ "name": "defaultLayout",
1674
+ "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)"
1675
+ }
1676
+ ],
1677
+ "exports": [
1678
+ {
1679
+ "kind": "js",
1680
+ "name": "loginLayout",
1681
+ "declaration": {
1682
+ "name": "loginLayout",
1683
+ "module": "src/layouts/default.ts"
1684
+ }
1685
+ },
1686
+ {
1687
+ "kind": "js",
1688
+ "name": "defaultLayout",
1689
+ "declaration": {
1690
+ "name": "defaultLayout",
1691
+ "module": "src/layouts/default.ts"
1692
+ }
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "src/layouts/index.ts",
1699
+ "declarations": [],
1700
+ "exports": [
1701
+ {
1702
+ "kind": "js",
1703
+ "name": "*",
1704
+ "declaration": {
1705
+ "name": "*",
1706
+ "package": "./default"
1707
+ }
1708
+ }
1709
+ ]
1710
+ },
1711
1711
  {
1712
1712
  "kind": "javascript-module",
1713
1713
  "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.224.2",
4
+ "version": "14.224.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,33 +52,33 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.224.2",
56
- "@genesislcap/genx": "14.224.2",
57
- "@genesislcap/rollup-builder": "14.224.2",
58
- "@genesislcap/ts-builder": "14.224.2",
59
- "@genesislcap/uvu-playwright-builder": "14.224.2",
60
- "@genesislcap/vite-builder": "14.224.2",
61
- "@genesislcap/webpack-builder": "14.224.2",
55
+ "@genesislcap/foundation-testing": "14.224.3",
56
+ "@genesislcap/genx": "14.224.3",
57
+ "@genesislcap/rollup-builder": "14.224.3",
58
+ "@genesislcap/ts-builder": "14.224.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.224.3",
60
+ "@genesislcap/vite-builder": "14.224.3",
61
+ "@genesislcap/webpack-builder": "14.224.3",
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.224.2",
67
- "@genesislcap/foundation-errors": "14.224.2",
68
- "@genesislcap/foundation-events": "14.224.2",
69
- "@genesislcap/foundation-forms": "14.224.2",
70
- "@genesislcap/foundation-logger": "14.224.2",
71
- "@genesislcap/foundation-login": "14.224.2",
72
- "@genesislcap/foundation-notifications": "14.224.2",
73
- "@genesislcap/foundation-ui": "14.224.2",
74
- "@genesislcap/foundation-utils": "14.224.2",
75
- "@genesislcap/foundation-zero": "14.224.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.224.2",
77
- "@genesislcap/grid-pro": "14.224.2",
78
- "@microsoft/fast-components": "^2.30.6",
79
- "@microsoft/fast-element": "^1.12.0",
66
+ "@genesislcap/foundation-comms": "14.224.3",
67
+ "@genesislcap/foundation-errors": "14.224.3",
68
+ "@genesislcap/foundation-events": "14.224.3",
69
+ "@genesislcap/foundation-forms": "14.224.3",
70
+ "@genesislcap/foundation-logger": "14.224.3",
71
+ "@genesislcap/foundation-login": "14.224.3",
72
+ "@genesislcap/foundation-notifications": "14.224.3",
73
+ "@genesislcap/foundation-ui": "14.224.3",
74
+ "@genesislcap/foundation-utils": "14.224.3",
75
+ "@genesislcap/foundation-zero": "14.224.3",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.224.3",
77
+ "@genesislcap/grid-pro": "14.224.3",
78
+ "@microsoft/fast-components": "2.30.6",
79
+ "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
81
- "@microsoft/fast-router": "^0.4.8",
81
+ "@microsoft/fast-router": "0.4.8",
82
82
  "change-case": "^4.1.2",
83
83
  "tslib": "^2.3.1"
84
84
  },
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "18c2b90ffb7ba7234a5adac416589a81969b6ae9"
94
+ "gitHead": "c8dd345a780c86ffda75f9cb26603565071d6422"
95
95
  }