@genesislcap/foundation-entity-management 14.260.3 → 14.261.0

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.
@@ -1550,55 +1550,6 @@
1550
1550
  }
1551
1551
  ]
1552
1552
  },
1553
- {
1554
- "kind": "javascript-module",
1555
- "path": "src/layouts/default.ts",
1556
- "declarations": [
1557
- {
1558
- "kind": "variable",
1559
- "name": "loginLayout",
1560
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1561
- },
1562
- {
1563
- "kind": "variable",
1564
- "name": "defaultLayout",
1565
- "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)"
1566
- }
1567
- ],
1568
- "exports": [
1569
- {
1570
- "kind": "js",
1571
- "name": "loginLayout",
1572
- "declaration": {
1573
- "name": "loginLayout",
1574
- "module": "src/layouts/default.ts"
1575
- }
1576
- },
1577
- {
1578
- "kind": "js",
1579
- "name": "defaultLayout",
1580
- "declaration": {
1581
- "name": "defaultLayout",
1582
- "module": "src/layouts/default.ts"
1583
- }
1584
- }
1585
- ]
1586
- },
1587
- {
1588
- "kind": "javascript-module",
1589
- "path": "src/layouts/index.ts",
1590
- "declarations": [],
1591
- "exports": [
1592
- {
1593
- "kind": "js",
1594
- "name": "*",
1595
- "declaration": {
1596
- "name": "*",
1597
- "package": "./default"
1598
- }
1599
- }
1600
- ]
1601
- },
1602
1553
  {
1603
1554
  "kind": "javascript-module",
1604
1555
  "path": "src/main/index.ts",
@@ -1744,6 +1695,55 @@
1744
1695
  }
1745
1696
  ]
1746
1697
  },
1698
+ {
1699
+ "kind": "javascript-module",
1700
+ "path": "src/layouts/default.ts",
1701
+ "declarations": [
1702
+ {
1703
+ "kind": "variable",
1704
+ "name": "loginLayout",
1705
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1706
+ },
1707
+ {
1708
+ "kind": "variable",
1709
+ "name": "defaultLayout",
1710
+ "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)"
1711
+ }
1712
+ ],
1713
+ "exports": [
1714
+ {
1715
+ "kind": "js",
1716
+ "name": "loginLayout",
1717
+ "declaration": {
1718
+ "name": "loginLayout",
1719
+ "module": "src/layouts/default.ts"
1720
+ }
1721
+ },
1722
+ {
1723
+ "kind": "js",
1724
+ "name": "defaultLayout",
1725
+ "declaration": {
1726
+ "name": "defaultLayout",
1727
+ "module": "src/layouts/default.ts"
1728
+ }
1729
+ }
1730
+ ]
1731
+ },
1732
+ {
1733
+ "kind": "javascript-module",
1734
+ "path": "src/layouts/index.ts",
1735
+ "declarations": [],
1736
+ "exports": [
1737
+ {
1738
+ "kind": "js",
1739
+ "name": "*",
1740
+ "declaration": {
1741
+ "name": "*",
1742
+ "package": "./default"
1743
+ }
1744
+ }
1745
+ ]
1746
+ },
1747
1747
  {
1748
1748
  "kind": "javascript-module",
1749
1749
  "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.260.3",
4
+ "version": "14.261.0",
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.260.3",
56
- "@genesislcap/genx": "14.260.3",
57
- "@genesislcap/rollup-builder": "14.260.3",
58
- "@genesislcap/ts-builder": "14.260.3",
59
- "@genesislcap/uvu-playwright-builder": "14.260.3",
60
- "@genesislcap/vite-builder": "14.260.3",
61
- "@genesislcap/webpack-builder": "14.260.3",
55
+ "@genesislcap/foundation-testing": "14.261.0",
56
+ "@genesislcap/genx": "14.261.0",
57
+ "@genesislcap/rollup-builder": "14.261.0",
58
+ "@genesislcap/ts-builder": "14.261.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.261.0",
60
+ "@genesislcap/vite-builder": "14.261.0",
61
+ "@genesislcap/webpack-builder": "14.261.0",
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.260.3",
67
- "@genesislcap/foundation-errors": "14.260.3",
68
- "@genesislcap/foundation-events": "14.260.3",
69
- "@genesislcap/foundation-forms": "14.260.3",
70
- "@genesislcap/foundation-logger": "14.260.3",
71
- "@genesislcap/foundation-login": "14.260.3",
72
- "@genesislcap/foundation-notifications": "14.260.3",
73
- "@genesislcap/foundation-ui": "14.260.3",
74
- "@genesislcap/foundation-utils": "14.260.3",
75
- "@genesislcap/foundation-zero": "14.260.3",
76
- "@genesislcap/foundation-zero-grid-pro": "14.260.3",
77
- "@genesislcap/grid-pro": "14.260.3",
66
+ "@genesislcap/foundation-comms": "14.261.0",
67
+ "@genesislcap/foundation-errors": "14.261.0",
68
+ "@genesislcap/foundation-events": "14.261.0",
69
+ "@genesislcap/foundation-forms": "14.261.0",
70
+ "@genesislcap/foundation-logger": "14.261.0",
71
+ "@genesislcap/foundation-login": "14.261.0",
72
+ "@genesislcap/foundation-notifications": "14.261.0",
73
+ "@genesislcap/foundation-ui": "14.261.0",
74
+ "@genesislcap/foundation-utils": "14.261.0",
75
+ "@genesislcap/foundation-zero": "14.261.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.261.0",
77
+ "@genesislcap/grid-pro": "14.261.0",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "8c2edfa09d71c8b6c5487873d1751da090c62480"
94
+ "gitHead": "0f53a72fa79fcfc3ffb9a4b741815aaaad1a8980"
95
95
  }