@genesislcap/foundation-entity-management 14.209.3-alpha-e70b36d.0 → 14.209.3-alpha-19540ee.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.
@@ -1123,6 +1123,55 @@
1123
1123
  }
1124
1124
  ]
1125
1125
  },
1126
+ {
1127
+ "kind": "javascript-module",
1128
+ "path": "src/layouts/default.ts",
1129
+ "declarations": [
1130
+ {
1131
+ "kind": "variable",
1132
+ "name": "loginLayout",
1133
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1134
+ },
1135
+ {
1136
+ "kind": "variable",
1137
+ "name": "defaultLayout",
1138
+ "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)"
1139
+ }
1140
+ ],
1141
+ "exports": [
1142
+ {
1143
+ "kind": "js",
1144
+ "name": "loginLayout",
1145
+ "declaration": {
1146
+ "name": "loginLayout",
1147
+ "module": "src/layouts/default.ts"
1148
+ }
1149
+ },
1150
+ {
1151
+ "kind": "js",
1152
+ "name": "defaultLayout",
1153
+ "declaration": {
1154
+ "name": "defaultLayout",
1155
+ "module": "src/layouts/default.ts"
1156
+ }
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "kind": "javascript-module",
1162
+ "path": "src/layouts/index.ts",
1163
+ "declarations": [],
1164
+ "exports": [
1165
+ {
1166
+ "kind": "js",
1167
+ "name": "*",
1168
+ "declaration": {
1169
+ "name": "*",
1170
+ "package": "./default"
1171
+ }
1172
+ }
1173
+ ]
1174
+ },
1126
1175
  {
1127
1176
  "kind": "javascript-module",
1128
1177
  "path": "src/list/index.ts",
@@ -1623,55 +1672,6 @@
1623
1672
  }
1624
1673
  ]
1625
1674
  },
1626
- {
1627
- "kind": "javascript-module",
1628
- "path": "src/layouts/default.ts",
1629
- "declarations": [
1630
- {
1631
- "kind": "variable",
1632
- "name": "loginLayout",
1633
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1634
- },
1635
- {
1636
- "kind": "variable",
1637
- "name": "defaultLayout",
1638
- "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)"
1639
- }
1640
- ],
1641
- "exports": [
1642
- {
1643
- "kind": "js",
1644
- "name": "loginLayout",
1645
- "declaration": {
1646
- "name": "loginLayout",
1647
- "module": "src/layouts/default.ts"
1648
- }
1649
- },
1650
- {
1651
- "kind": "js",
1652
- "name": "defaultLayout",
1653
- "declaration": {
1654
- "name": "defaultLayout",
1655
- "module": "src/layouts/default.ts"
1656
- }
1657
- }
1658
- ]
1659
- },
1660
- {
1661
- "kind": "javascript-module",
1662
- "path": "src/layouts/index.ts",
1663
- "declarations": [],
1664
- "exports": [
1665
- {
1666
- "kind": "js",
1667
- "name": "*",
1668
- "declaration": {
1669
- "name": "*",
1670
- "package": "./default"
1671
- }
1672
- }
1673
- ]
1674
- },
1675
1675
  {
1676
1676
  "kind": "javascript-module",
1677
1677
  "path": "src/main/index.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.209.3-alpha-e70b36d.0",
4
+ "version": "14.209.3-alpha-19540ee.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.209.3-alpha-e70b36d.0",
56
- "@genesislcap/genx": "14.209.3-alpha-e70b36d.0",
57
- "@genesislcap/rollup-builder": "14.209.3-alpha-e70b36d.0",
58
- "@genesislcap/ts-builder": "14.209.3-alpha-e70b36d.0",
59
- "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-e70b36d.0",
60
- "@genesislcap/vite-builder": "14.209.3-alpha-e70b36d.0",
61
- "@genesislcap/webpack-builder": "14.209.3-alpha-e70b36d.0",
55
+ "@genesislcap/foundation-testing": "14.209.3-alpha-19540ee.0",
56
+ "@genesislcap/genx": "14.209.3-alpha-19540ee.0",
57
+ "@genesislcap/rollup-builder": "14.209.3-alpha-19540ee.0",
58
+ "@genesislcap/ts-builder": "14.209.3-alpha-19540ee.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-19540ee.0",
60
+ "@genesislcap/vite-builder": "14.209.3-alpha-19540ee.0",
61
+ "@genesislcap/webpack-builder": "14.209.3-alpha-19540ee.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.209.3-alpha-e70b36d.0",
67
- "@genesislcap/foundation-errors": "14.209.3-alpha-e70b36d.0",
68
- "@genesislcap/foundation-events": "14.209.3-alpha-e70b36d.0",
69
- "@genesislcap/foundation-forms": "14.209.3-alpha-e70b36d.0",
70
- "@genesislcap/foundation-logger": "14.209.3-alpha-e70b36d.0",
71
- "@genesislcap/foundation-login": "14.209.3-alpha-e70b36d.0",
72
- "@genesislcap/foundation-notifications": "14.209.3-alpha-e70b36d.0",
73
- "@genesislcap/foundation-ui": "14.209.3-alpha-e70b36d.0",
74
- "@genesislcap/foundation-utils": "14.209.3-alpha-e70b36d.0",
75
- "@genesislcap/foundation-zero": "14.209.3-alpha-e70b36d.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.209.3-alpha-e70b36d.0",
77
- "@genesislcap/grid-pro": "14.209.3-alpha-e70b36d.0",
66
+ "@genesislcap/foundation-comms": "14.209.3-alpha-19540ee.0",
67
+ "@genesislcap/foundation-errors": "14.209.3-alpha-19540ee.0",
68
+ "@genesislcap/foundation-events": "14.209.3-alpha-19540ee.0",
69
+ "@genesislcap/foundation-forms": "14.209.3-alpha-19540ee.0",
70
+ "@genesislcap/foundation-logger": "14.209.3-alpha-19540ee.0",
71
+ "@genesislcap/foundation-login": "14.209.3-alpha-19540ee.0",
72
+ "@genesislcap/foundation-notifications": "14.209.3-alpha-19540ee.0",
73
+ "@genesislcap/foundation-ui": "14.209.3-alpha-19540ee.0",
74
+ "@genesislcap/foundation-utils": "14.209.3-alpha-19540ee.0",
75
+ "@genesislcap/foundation-zero": "14.209.3-alpha-19540ee.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.209.3-alpha-19540ee.0",
77
+ "@genesislcap/grid-pro": "14.209.3-alpha-19540ee.0",
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": "9df64ebfeb49239c5a25e96444a55ad8113a8b54"
94
+ "gitHead": "b76d9540bfea2bdc92fde9c448f926366a1f0407"
95
95
  }