@genesislcap/foundation-entity-management 14.173.2 → 14.173.4

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,6 +1258,55 @@
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
+ },
1261
1310
  {
1262
1311
  "kind": "javascript-module",
1263
1312
  "path": "src/main/index.ts",
@@ -2366,55 +2415,6 @@
2366
2415
  }
2367
2416
  ]
2368
2417
  },
2369
- {
2370
- "kind": "javascript-module",
2371
- "path": "src/layouts/default.ts",
2372
- "declarations": [
2373
- {
2374
- "kind": "variable",
2375
- "name": "loginLayout",
2376
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2377
- },
2378
- {
2379
- "kind": "variable",
2380
- "name": "defaultLayout",
2381
- "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)"
2382
- }
2383
- ],
2384
- "exports": [
2385
- {
2386
- "kind": "js",
2387
- "name": "loginLayout",
2388
- "declaration": {
2389
- "name": "loginLayout",
2390
- "module": "src/layouts/default.ts"
2391
- }
2392
- },
2393
- {
2394
- "kind": "js",
2395
- "name": "defaultLayout",
2396
- "declaration": {
2397
- "name": "defaultLayout",
2398
- "module": "src/layouts/default.ts"
2399
- }
2400
- }
2401
- ]
2402
- },
2403
- {
2404
- "kind": "javascript-module",
2405
- "path": "src/layouts/index.ts",
2406
- "declarations": [],
2407
- "exports": [
2408
- {
2409
- "kind": "js",
2410
- "name": "*",
2411
- "declaration": {
2412
- "name": "*",
2413
- "package": "./default"
2414
- }
2415
- }
2416
- ]
2417
- },
2418
2418
  {
2419
2419
  "kind": "javascript-module",
2420
2420
  "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.173.2",
4
+ "version": "14.173.4",
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.2",
47
- "@genesislcap/genx": "14.173.2",
48
- "@genesislcap/rollup-builder": "14.173.2",
49
- "@genesislcap/ts-builder": "14.173.2",
50
- "@genesislcap/uvu-playwright-builder": "14.173.2",
51
- "@genesislcap/vite-builder": "14.173.2",
52
- "@genesislcap/webpack-builder": "14.173.2",
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",
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.2",
58
- "@genesislcap/foundation-errors": "14.173.2",
59
- "@genesislcap/foundation-events": "14.173.2",
60
- "@genesislcap/foundation-forms": "14.173.2",
61
- "@genesislcap/foundation-logger": "14.173.2",
62
- "@genesislcap/foundation-login": "14.173.2",
63
- "@genesislcap/foundation-notifications": "14.173.2",
64
- "@genesislcap/foundation-ui": "14.173.2",
65
- "@genesislcap/foundation-utils": "14.173.2",
66
- "@genesislcap/foundation-zero": "14.173.2",
67
- "@genesislcap/foundation-zero-grid-pro": "14.173.2",
68
- "@genesislcap/grid-pro": "14.173.2",
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",
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": "71fc144405128ebf0c1009b8cce36ec0df8252e8"
84
+ "gitHead": "d426235b0588017e2a4bc9f5ae0d615928bfb21d"
85
85
  }