@genesislcap/foundation-entity-management 14.179.0 → 14.180.1

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.
@@ -880,6 +880,55 @@
880
880
  }
881
881
  ]
882
882
  },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/layouts/default.ts",
886
+ "declarations": [
887
+ {
888
+ "kind": "variable",
889
+ "name": "loginLayout",
890
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
891
+ },
892
+ {
893
+ "kind": "variable",
894
+ "name": "defaultLayout",
895
+ "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)"
896
+ }
897
+ ],
898
+ "exports": [
899
+ {
900
+ "kind": "js",
901
+ "name": "loginLayout",
902
+ "declaration": {
903
+ "name": "loginLayout",
904
+ "module": "src/layouts/default.ts"
905
+ }
906
+ },
907
+ {
908
+ "kind": "js",
909
+ "name": "defaultLayout",
910
+ "declaration": {
911
+ "name": "defaultLayout",
912
+ "module": "src/layouts/default.ts"
913
+ }
914
+ }
915
+ ]
916
+ },
917
+ {
918
+ "kind": "javascript-module",
919
+ "path": "src/layouts/index.ts",
920
+ "declarations": [],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./default"
928
+ }
929
+ }
930
+ ]
931
+ },
883
932
  {
884
933
  "kind": "javascript-module",
885
934
  "path": "src/list/index.ts",
@@ -1343,55 +1392,6 @@
1343
1392
  }
1344
1393
  ]
1345
1394
  },
1346
- {
1347
- "kind": "javascript-module",
1348
- "path": "src/layouts/default.ts",
1349
- "declarations": [
1350
- {
1351
- "kind": "variable",
1352
- "name": "loginLayout",
1353
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1354
- },
1355
- {
1356
- "kind": "variable",
1357
- "name": "defaultLayout",
1358
- "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)"
1359
- }
1360
- ],
1361
- "exports": [
1362
- {
1363
- "kind": "js",
1364
- "name": "loginLayout",
1365
- "declaration": {
1366
- "name": "loginLayout",
1367
- "module": "src/layouts/default.ts"
1368
- }
1369
- },
1370
- {
1371
- "kind": "js",
1372
- "name": "defaultLayout",
1373
- "declaration": {
1374
- "name": "defaultLayout",
1375
- "module": "src/layouts/default.ts"
1376
- }
1377
- }
1378
- ]
1379
- },
1380
- {
1381
- "kind": "javascript-module",
1382
- "path": "src/layouts/index.ts",
1383
- "declarations": [],
1384
- "exports": [
1385
- {
1386
- "kind": "js",
1387
- "name": "*",
1388
- "declaration": {
1389
- "name": "*",
1390
- "package": "./default"
1391
- }
1392
- }
1393
- ]
1394
- },
1395
1395
  {
1396
1396
  "kind": "javascript-module",
1397
1397
  "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.179.0",
4
+ "version": "14.180.1",
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.179.0",
47
- "@genesislcap/genx": "14.179.0",
48
- "@genesislcap/rollup-builder": "14.179.0",
49
- "@genesislcap/ts-builder": "14.179.0",
50
- "@genesislcap/uvu-playwright-builder": "14.179.0",
51
- "@genesislcap/vite-builder": "14.179.0",
52
- "@genesislcap/webpack-builder": "14.179.0",
46
+ "@genesislcap/foundation-testing": "14.180.1",
47
+ "@genesislcap/genx": "14.180.1",
48
+ "@genesislcap/rollup-builder": "14.180.1",
49
+ "@genesislcap/ts-builder": "14.180.1",
50
+ "@genesislcap/uvu-playwright-builder": "14.180.1",
51
+ "@genesislcap/vite-builder": "14.180.1",
52
+ "@genesislcap/webpack-builder": "14.180.1",
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.179.0",
58
- "@genesislcap/foundation-errors": "14.179.0",
59
- "@genesislcap/foundation-events": "14.179.0",
60
- "@genesislcap/foundation-forms": "14.179.0",
61
- "@genesislcap/foundation-logger": "14.179.0",
62
- "@genesislcap/foundation-login": "14.179.0",
63
- "@genesislcap/foundation-notifications": "14.179.0",
64
- "@genesislcap/foundation-ui": "14.179.0",
65
- "@genesislcap/foundation-utils": "14.179.0",
66
- "@genesislcap/foundation-zero": "14.179.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.179.0",
68
- "@genesislcap/grid-pro": "14.179.0",
57
+ "@genesislcap/foundation-comms": "14.180.1",
58
+ "@genesislcap/foundation-errors": "14.180.1",
59
+ "@genesislcap/foundation-events": "14.180.1",
60
+ "@genesislcap/foundation-forms": "14.180.1",
61
+ "@genesislcap/foundation-logger": "14.180.1",
62
+ "@genesislcap/foundation-login": "14.180.1",
63
+ "@genesislcap/foundation-notifications": "14.180.1",
64
+ "@genesislcap/foundation-ui": "14.180.1",
65
+ "@genesislcap/foundation-utils": "14.180.1",
66
+ "@genesislcap/foundation-zero": "14.180.1",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.180.1",
68
+ "@genesislcap/grid-pro": "14.180.1",
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": "fbb42975b9ecb82eac233685b37b0fa8118e2467"
84
+ "gitHead": "ea64c8fdf01822c686617271eb721b448c82f8c0"
85
85
  }