@genesislcap/foundation-entity-management 14.83.7 → 14.84.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.
@@ -1152,55 +1152,6 @@
1152
1152
  }
1153
1153
  ]
1154
1154
  },
1155
- {
1156
- "kind": "javascript-module",
1157
- "path": "src/layouts/default.ts",
1158
- "declarations": [
1159
- {
1160
- "kind": "variable",
1161
- "name": "loginLayout",
1162
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1163
- },
1164
- {
1165
- "kind": "variable",
1166
- "name": "defaultLayout",
1167
- "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)"
1168
- }
1169
- ],
1170
- "exports": [
1171
- {
1172
- "kind": "js",
1173
- "name": "loginLayout",
1174
- "declaration": {
1175
- "name": "loginLayout",
1176
- "module": "src/layouts/default.ts"
1177
- }
1178
- },
1179
- {
1180
- "kind": "js",
1181
- "name": "defaultLayout",
1182
- "declaration": {
1183
- "name": "defaultLayout",
1184
- "module": "src/layouts/default.ts"
1185
- }
1186
- }
1187
- ]
1188
- },
1189
- {
1190
- "kind": "javascript-module",
1191
- "path": "src/layouts/index.ts",
1192
- "declarations": [],
1193
- "exports": [
1194
- {
1195
- "kind": "js",
1196
- "name": "*",
1197
- "declaration": {
1198
- "name": "*",
1199
- "package": "./default"
1200
- }
1201
- }
1202
- ]
1203
- },
1204
1155
  {
1205
1156
  "kind": "javascript-module",
1206
1157
  "path": "src/main/index.ts",
@@ -2205,6 +2156,55 @@
2205
2156
  }
2206
2157
  ]
2207
2158
  },
2159
+ {
2160
+ "kind": "javascript-module",
2161
+ "path": "src/layouts/default.ts",
2162
+ "declarations": [
2163
+ {
2164
+ "kind": "variable",
2165
+ "name": "loginLayout",
2166
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2167
+ },
2168
+ {
2169
+ "kind": "variable",
2170
+ "name": "defaultLayout",
2171
+ "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)"
2172
+ }
2173
+ ],
2174
+ "exports": [
2175
+ {
2176
+ "kind": "js",
2177
+ "name": "loginLayout",
2178
+ "declaration": {
2179
+ "name": "loginLayout",
2180
+ "module": "src/layouts/default.ts"
2181
+ }
2182
+ },
2183
+ {
2184
+ "kind": "js",
2185
+ "name": "defaultLayout",
2186
+ "declaration": {
2187
+ "name": "defaultLayout",
2188
+ "module": "src/layouts/default.ts"
2189
+ }
2190
+ }
2191
+ ]
2192
+ },
2193
+ {
2194
+ "kind": "javascript-module",
2195
+ "path": "src/layouts/index.ts",
2196
+ "declarations": [],
2197
+ "exports": [
2198
+ {
2199
+ "kind": "js",
2200
+ "name": "*",
2201
+ "declaration": {
2202
+ "name": "*",
2203
+ "package": "./default"
2204
+ }
2205
+ }
2206
+ ]
2207
+ },
2208
2208
  {
2209
2209
  "kind": "javascript-module",
2210
2210
  "path": "src/routes/config.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.83.7",
4
+ "version": "14.84.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,22 +44,22 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@genesislcap/foundation-login": "^14.40.0",
47
- "@genesislcap/foundation-testing": "14.83.7",
48
- "@genesislcap/genx": "14.83.7",
47
+ "@genesislcap/foundation-testing": "14.84.0",
48
+ "@genesislcap/genx": "14.84.0",
49
49
  "rimraf": "^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
52
  "@ag-grid-community/core": "29.2.0",
53
- "@genesislcap/foundation-comms": "14.83.7",
54
- "@genesislcap/foundation-errors": "14.83.7",
55
- "@genesislcap/foundation-forms": "14.83.7",
56
- "@genesislcap/foundation-logger": "14.83.7",
57
- "@genesislcap/foundation-login": "14.83.7",
58
- "@genesislcap/foundation-ui": "14.83.7",
59
- "@genesislcap/foundation-utils": "14.83.7",
60
- "@genesislcap/foundation-zero": "14.83.7",
61
- "@genesislcap/foundation-zero-grid-pro": "14.83.7",
62
- "@genesislcap/grid-pro": "14.83.7",
53
+ "@genesislcap/foundation-comms": "14.84.0",
54
+ "@genesislcap/foundation-errors": "14.84.0",
55
+ "@genesislcap/foundation-forms": "14.84.0",
56
+ "@genesislcap/foundation-logger": "14.84.0",
57
+ "@genesislcap/foundation-login": "14.84.0",
58
+ "@genesislcap/foundation-ui": "14.84.0",
59
+ "@genesislcap/foundation-utils": "14.84.0",
60
+ "@genesislcap/foundation-zero": "14.84.0",
61
+ "@genesislcap/foundation-zero-grid-pro": "14.84.0",
62
+ "@genesislcap/grid-pro": "14.84.0",
63
63
  "@microsoft/fast-components": "^2.21.3",
64
64
  "@microsoft/fast-element": "^1.7.0",
65
65
  "@microsoft/fast-foundation": "^2.33.2",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "8e2fe1e713e6414d3f1e4e98e9a5ab43b67df1a7"
78
+ "gitHead": "71530fed569d6166c5c5ad0ec4cb6296d82c292e"
79
79
  }