@genesislcap/foundation-entity-management 14.101.2 → 14.101.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.
@@ -1183,6 +1183,55 @@
1183
1183
  }
1184
1184
  ]
1185
1185
  },
1186
+ {
1187
+ "kind": "javascript-module",
1188
+ "path": "src/layouts/default.ts",
1189
+ "declarations": [
1190
+ {
1191
+ "kind": "variable",
1192
+ "name": "loginLayout",
1193
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1194
+ },
1195
+ {
1196
+ "kind": "variable",
1197
+ "name": "defaultLayout",
1198
+ "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)"
1199
+ }
1200
+ ],
1201
+ "exports": [
1202
+ {
1203
+ "kind": "js",
1204
+ "name": "loginLayout",
1205
+ "declaration": {
1206
+ "name": "loginLayout",
1207
+ "module": "src/layouts/default.ts"
1208
+ }
1209
+ },
1210
+ {
1211
+ "kind": "js",
1212
+ "name": "defaultLayout",
1213
+ "declaration": {
1214
+ "name": "defaultLayout",
1215
+ "module": "src/layouts/default.ts"
1216
+ }
1217
+ }
1218
+ ]
1219
+ },
1220
+ {
1221
+ "kind": "javascript-module",
1222
+ "path": "src/layouts/index.ts",
1223
+ "declarations": [],
1224
+ "exports": [
1225
+ {
1226
+ "kind": "js",
1227
+ "name": "*",
1228
+ "declaration": {
1229
+ "name": "*",
1230
+ "package": "./default"
1231
+ }
1232
+ }
1233
+ ]
1234
+ },
1186
1235
  {
1187
1236
  "kind": "javascript-module",
1188
1237
  "path": "src/main/index.ts",
@@ -1336,55 +1385,6 @@
1336
1385
  }
1337
1386
  ]
1338
1387
  },
1339
- {
1340
- "kind": "javascript-module",
1341
- "path": "src/layouts/default.ts",
1342
- "declarations": [
1343
- {
1344
- "kind": "variable",
1345
- "name": "loginLayout",
1346
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1347
- },
1348
- {
1349
- "kind": "variable",
1350
- "name": "defaultLayout",
1351
- "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)"
1352
- }
1353
- ],
1354
- "exports": [
1355
- {
1356
- "kind": "js",
1357
- "name": "loginLayout",
1358
- "declaration": {
1359
- "name": "loginLayout",
1360
- "module": "src/layouts/default.ts"
1361
- }
1362
- },
1363
- {
1364
- "kind": "js",
1365
- "name": "defaultLayout",
1366
- "declaration": {
1367
- "name": "defaultLayout",
1368
- "module": "src/layouts/default.ts"
1369
- }
1370
- }
1371
- ]
1372
- },
1373
- {
1374
- "kind": "javascript-module",
1375
- "path": "src/layouts/index.ts",
1376
- "declarations": [],
1377
- "exports": [
1378
- {
1379
- "kind": "js",
1380
- "name": "*",
1381
- "declaration": {
1382
- "name": "*",
1383
- "package": "./default"
1384
- }
1385
- }
1386
- ]
1387
- },
1388
1388
  {
1389
1389
  "kind": "javascript-module",
1390
1390
  "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.101.2",
4
+ "version": "14.101.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,23 +44,23 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@genesislcap/foundation-login": "^14.40.0",
47
- "@genesislcap/foundation-testing": "14.101.2",
48
- "@genesislcap/genx": "14.101.2",
47
+ "@genesislcap/foundation-testing": "14.101.3",
48
+ "@genesislcap/genx": "14.101.3",
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.101.2",
54
- "@genesislcap/foundation-errors": "14.101.2",
55
- "@genesislcap/foundation-forms": "14.101.2",
56
- "@genesislcap/foundation-logger": "14.101.2",
57
- "@genesislcap/foundation-login": "14.101.2",
58
- "@genesislcap/foundation-notifications": "14.101.2",
59
- "@genesislcap/foundation-ui": "14.101.2",
60
- "@genesislcap/foundation-utils": "14.101.2",
61
- "@genesislcap/foundation-zero": "14.101.2",
62
- "@genesislcap/foundation-zero-grid-pro": "14.101.2",
63
- "@genesislcap/grid-pro": "14.101.2",
53
+ "@genesislcap/foundation-comms": "14.101.3",
54
+ "@genesislcap/foundation-errors": "14.101.3",
55
+ "@genesislcap/foundation-forms": "14.101.3",
56
+ "@genesislcap/foundation-logger": "14.101.3",
57
+ "@genesislcap/foundation-login": "14.101.3",
58
+ "@genesislcap/foundation-notifications": "14.101.3",
59
+ "@genesislcap/foundation-ui": "14.101.3",
60
+ "@genesislcap/foundation-utils": "14.101.3",
61
+ "@genesislcap/foundation-zero": "14.101.3",
62
+ "@genesislcap/foundation-zero-grid-pro": "14.101.3",
63
+ "@genesislcap/grid-pro": "14.101.3",
64
64
  "@microsoft/fast-components": "^2.21.3",
65
65
  "@microsoft/fast-element": "^1.7.0",
66
66
  "@microsoft/fast-foundation": "^2.33.2",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "05e5041135e6c89e34007cfd41a1a0635ef091c2"
79
+ "gitHead": "d20e490a606ae70ac130968ef489b0542f69ee0f"
80
80
  }