@genesislcap/foundation-entity-management 14.173.4 → 14.174.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.
@@ -1258,55 +1258,6 @@
1258
1258
  }
1259
1259
  ]
1260
1260
  },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/layouts/default.ts",
1264
- "declarations": [
1265
- {
1266
- "kind": "variable",
1267
- "name": "loginLayout",
1268
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1269
- },
1270
- {
1271
- "kind": "variable",
1272
- "name": "defaultLayout",
1273
- "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)"
1274
- }
1275
- ],
1276
- "exports": [
1277
- {
1278
- "kind": "js",
1279
- "name": "loginLayout",
1280
- "declaration": {
1281
- "name": "loginLayout",
1282
- "module": "src/layouts/default.ts"
1283
- }
1284
- },
1285
- {
1286
- "kind": "js",
1287
- "name": "defaultLayout",
1288
- "declaration": {
1289
- "name": "defaultLayout",
1290
- "module": "src/layouts/default.ts"
1291
- }
1292
- }
1293
- ]
1294
- },
1295
- {
1296
- "kind": "javascript-module",
1297
- "path": "src/layouts/index.ts",
1298
- "declarations": [],
1299
- "exports": [
1300
- {
1301
- "kind": "js",
1302
- "name": "*",
1303
- "declaration": {
1304
- "name": "*",
1305
- "package": "./default"
1306
- }
1307
- }
1308
- ]
1309
- },
1310
1261
  {
1311
1262
  "kind": "javascript-module",
1312
1263
  "path": "src/main/index.ts",
@@ -1460,6 +1411,55 @@
1460
1411
  }
1461
1412
  ]
1462
1413
  },
1414
+ {
1415
+ "kind": "javascript-module",
1416
+ "path": "src/layouts/default.ts",
1417
+ "declarations": [
1418
+ {
1419
+ "kind": "variable",
1420
+ "name": "loginLayout",
1421
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1422
+ },
1423
+ {
1424
+ "kind": "variable",
1425
+ "name": "defaultLayout",
1426
+ "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)"
1427
+ }
1428
+ ],
1429
+ "exports": [
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "loginLayout",
1433
+ "declaration": {
1434
+ "name": "loginLayout",
1435
+ "module": "src/layouts/default.ts"
1436
+ }
1437
+ },
1438
+ {
1439
+ "kind": "js",
1440
+ "name": "defaultLayout",
1441
+ "declaration": {
1442
+ "name": "defaultLayout",
1443
+ "module": "src/layouts/default.ts"
1444
+ }
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "kind": "javascript-module",
1450
+ "path": "src/layouts/index.ts",
1451
+ "declarations": [],
1452
+ "exports": [
1453
+ {
1454
+ "kind": "js",
1455
+ "name": "*",
1456
+ "declaration": {
1457
+ "name": "*",
1458
+ "package": "./default"
1459
+ }
1460
+ }
1461
+ ]
1462
+ },
1463
1463
  {
1464
1464
  "kind": "javascript-module",
1465
1465
  "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.173.4",
4
+ "version": "14.174.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.173.4",
47
- "@genesislcap/genx": "14.173.4",
48
- "@genesislcap/rollup-builder": "14.173.4",
49
- "@genesislcap/ts-builder": "14.173.4",
50
- "@genesislcap/uvu-playwright-builder": "14.173.4",
51
- "@genesislcap/vite-builder": "14.173.4",
52
- "@genesislcap/webpack-builder": "14.173.4",
46
+ "@genesislcap/foundation-testing": "14.174.0",
47
+ "@genesislcap/genx": "14.174.0",
48
+ "@genesislcap/rollup-builder": "14.174.0",
49
+ "@genesislcap/ts-builder": "14.174.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.174.0",
51
+ "@genesislcap/vite-builder": "14.174.0",
52
+ "@genesislcap/webpack-builder": "14.174.0",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.173.4",
58
- "@genesislcap/foundation-errors": "14.173.4",
59
- "@genesislcap/foundation-events": "14.173.4",
60
- "@genesislcap/foundation-forms": "14.173.4",
61
- "@genesislcap/foundation-logger": "14.173.4",
62
- "@genesislcap/foundation-login": "14.173.4",
63
- "@genesislcap/foundation-notifications": "14.173.4",
64
- "@genesislcap/foundation-ui": "14.173.4",
65
- "@genesislcap/foundation-utils": "14.173.4",
66
- "@genesislcap/foundation-zero": "14.173.4",
67
- "@genesislcap/foundation-zero-grid-pro": "14.173.4",
68
- "@genesislcap/grid-pro": "14.173.4",
57
+ "@genesislcap/foundation-comms": "14.174.0",
58
+ "@genesislcap/foundation-errors": "14.174.0",
59
+ "@genesislcap/foundation-events": "14.174.0",
60
+ "@genesislcap/foundation-forms": "14.174.0",
61
+ "@genesislcap/foundation-logger": "14.174.0",
62
+ "@genesislcap/foundation-login": "14.174.0",
63
+ "@genesislcap/foundation-notifications": "14.174.0",
64
+ "@genesislcap/foundation-ui": "14.174.0",
65
+ "@genesislcap/foundation-utils": "14.174.0",
66
+ "@genesislcap/foundation-zero": "14.174.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.174.0",
68
+ "@genesislcap/grid-pro": "14.174.0",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "d426235b0588017e2a4bc9f5ae0d615928bfb21d"
84
+ "gitHead": "1812b2af8a7a6a9c72db973b338c19128d876f93"
85
85
  }