@genesislcap/foundation-entity-management 14.210.2 → 14.210.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.
@@ -1136,6 +1136,55 @@
1136
1136
  }
1137
1137
  ]
1138
1138
  },
1139
+ {
1140
+ "kind": "javascript-module",
1141
+ "path": "src/layouts/default.ts",
1142
+ "declarations": [
1143
+ {
1144
+ "kind": "variable",
1145
+ "name": "loginLayout",
1146
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1147
+ },
1148
+ {
1149
+ "kind": "variable",
1150
+ "name": "defaultLayout",
1151
+ "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)"
1152
+ }
1153
+ ],
1154
+ "exports": [
1155
+ {
1156
+ "kind": "js",
1157
+ "name": "loginLayout",
1158
+ "declaration": {
1159
+ "name": "loginLayout",
1160
+ "module": "src/layouts/default.ts"
1161
+ }
1162
+ },
1163
+ {
1164
+ "kind": "js",
1165
+ "name": "defaultLayout",
1166
+ "declaration": {
1167
+ "name": "defaultLayout",
1168
+ "module": "src/layouts/default.ts"
1169
+ }
1170
+ }
1171
+ ]
1172
+ },
1173
+ {
1174
+ "kind": "javascript-module",
1175
+ "path": "src/layouts/index.ts",
1176
+ "declarations": [],
1177
+ "exports": [
1178
+ {
1179
+ "kind": "js",
1180
+ "name": "*",
1181
+ "declaration": {
1182
+ "name": "*",
1183
+ "package": "./default"
1184
+ }
1185
+ }
1186
+ ]
1187
+ },
1139
1188
  {
1140
1189
  "kind": "javascript-module",
1141
1190
  "path": "src/list/index.ts",
@@ -1636,55 +1685,6 @@
1636
1685
  }
1637
1686
  ]
1638
1687
  },
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
- },
1688
1688
  {
1689
1689
  "kind": "javascript-module",
1690
1690
  "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.210.2",
4
+ "version": "14.210.3",
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.210.2",
56
- "@genesislcap/genx": "14.210.2",
57
- "@genesislcap/rollup-builder": "14.210.2",
58
- "@genesislcap/ts-builder": "14.210.2",
59
- "@genesislcap/uvu-playwright-builder": "14.210.2",
60
- "@genesislcap/vite-builder": "14.210.2",
61
- "@genesislcap/webpack-builder": "14.210.2",
55
+ "@genesislcap/foundation-testing": "14.210.3",
56
+ "@genesislcap/genx": "14.210.3",
57
+ "@genesislcap/rollup-builder": "14.210.3",
58
+ "@genesislcap/ts-builder": "14.210.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.210.3",
60
+ "@genesislcap/vite-builder": "14.210.3",
61
+ "@genesislcap/webpack-builder": "14.210.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.210.2",
67
- "@genesislcap/foundation-errors": "14.210.2",
68
- "@genesislcap/foundation-events": "14.210.2",
69
- "@genesislcap/foundation-forms": "14.210.2",
70
- "@genesislcap/foundation-logger": "14.210.2",
71
- "@genesislcap/foundation-login": "14.210.2",
72
- "@genesislcap/foundation-notifications": "14.210.2",
73
- "@genesislcap/foundation-ui": "14.210.2",
74
- "@genesislcap/foundation-utils": "14.210.2",
75
- "@genesislcap/foundation-zero": "14.210.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.210.2",
77
- "@genesislcap/grid-pro": "14.210.2",
66
+ "@genesislcap/foundation-comms": "14.210.3",
67
+ "@genesislcap/foundation-errors": "14.210.3",
68
+ "@genesislcap/foundation-events": "14.210.3",
69
+ "@genesislcap/foundation-forms": "14.210.3",
70
+ "@genesislcap/foundation-logger": "14.210.3",
71
+ "@genesislcap/foundation-login": "14.210.3",
72
+ "@genesislcap/foundation-notifications": "14.210.3",
73
+ "@genesislcap/foundation-ui": "14.210.3",
74
+ "@genesislcap/foundation-utils": "14.210.3",
75
+ "@genesislcap/foundation-zero": "14.210.3",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.210.3",
77
+ "@genesislcap/grid-pro": "14.210.3",
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": "4820ba557919bf13d7dccdd0a133317479694429"
94
+ "gitHead": "0de6b3849cc1d556a3f4781948868575351a3603"
95
95
  }