@genesislcap/foundation-entity-management 14.177.2 → 14.178.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.
@@ -880,55 +880,6 @@
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
- },
932
883
  {
933
884
  "kind": "javascript-module",
934
885
  "path": "src/list/index.ts",
@@ -1545,6 +1496,55 @@
1545
1496
  }
1546
1497
  ]
1547
1498
  },
1499
+ {
1500
+ "kind": "javascript-module",
1501
+ "path": "src/layouts/default.ts",
1502
+ "declarations": [
1503
+ {
1504
+ "kind": "variable",
1505
+ "name": "loginLayout",
1506
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1507
+ },
1508
+ {
1509
+ "kind": "variable",
1510
+ "name": "defaultLayout",
1511
+ "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)"
1512
+ }
1513
+ ],
1514
+ "exports": [
1515
+ {
1516
+ "kind": "js",
1517
+ "name": "loginLayout",
1518
+ "declaration": {
1519
+ "name": "loginLayout",
1520
+ "module": "src/layouts/default.ts"
1521
+ }
1522
+ },
1523
+ {
1524
+ "kind": "js",
1525
+ "name": "defaultLayout",
1526
+ "declaration": {
1527
+ "name": "defaultLayout",
1528
+ "module": "src/layouts/default.ts"
1529
+ }
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "kind": "javascript-module",
1535
+ "path": "src/layouts/index.ts",
1536
+ "declarations": [],
1537
+ "exports": [
1538
+ {
1539
+ "kind": "js",
1540
+ "name": "*",
1541
+ "declaration": {
1542
+ "name": "*",
1543
+ "package": "./default"
1544
+ }
1545
+ }
1546
+ ]
1547
+ },
1548
1548
  {
1549
1549
  "kind": "javascript-module",
1550
1550
  "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.177.2",
4
+ "version": "14.178.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.177.2",
47
- "@genesislcap/genx": "14.177.2",
48
- "@genesislcap/rollup-builder": "14.177.2",
49
- "@genesislcap/ts-builder": "14.177.2",
50
- "@genesislcap/uvu-playwright-builder": "14.177.2",
51
- "@genesislcap/vite-builder": "14.177.2",
52
- "@genesislcap/webpack-builder": "14.177.2",
46
+ "@genesislcap/foundation-testing": "14.178.0",
47
+ "@genesislcap/genx": "14.178.0",
48
+ "@genesislcap/rollup-builder": "14.178.0",
49
+ "@genesislcap/ts-builder": "14.178.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.178.0",
51
+ "@genesislcap/vite-builder": "14.178.0",
52
+ "@genesislcap/webpack-builder": "14.178.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.177.2",
58
- "@genesislcap/foundation-errors": "14.177.2",
59
- "@genesislcap/foundation-events": "14.177.2",
60
- "@genesislcap/foundation-forms": "14.177.2",
61
- "@genesislcap/foundation-logger": "14.177.2",
62
- "@genesislcap/foundation-login": "14.177.2",
63
- "@genesislcap/foundation-notifications": "14.177.2",
64
- "@genesislcap/foundation-ui": "14.177.2",
65
- "@genesislcap/foundation-utils": "14.177.2",
66
- "@genesislcap/foundation-zero": "14.177.2",
67
- "@genesislcap/foundation-zero-grid-pro": "14.177.2",
68
- "@genesislcap/grid-pro": "14.177.2",
57
+ "@genesislcap/foundation-comms": "14.178.0",
58
+ "@genesislcap/foundation-errors": "14.178.0",
59
+ "@genesislcap/foundation-events": "14.178.0",
60
+ "@genesislcap/foundation-forms": "14.178.0",
61
+ "@genesislcap/foundation-logger": "14.178.0",
62
+ "@genesislcap/foundation-login": "14.178.0",
63
+ "@genesislcap/foundation-notifications": "14.178.0",
64
+ "@genesislcap/foundation-ui": "14.178.0",
65
+ "@genesislcap/foundation-utils": "14.178.0",
66
+ "@genesislcap/foundation-zero": "14.178.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.178.0",
68
+ "@genesislcap/grid-pro": "14.178.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": "a55c1f24c62a2c4ef8fbf89454f73afd86a18aa1"
84
+ "gitHead": "fd55a5cd2e3b0fa048377835c73186df1e75b849"
85
85
  }