@genesislcap/foundation-entity-management 14.234.2 → 14.235.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.
@@ -913,6 +913,55 @@
913
913
  }
914
914
  ]
915
915
  },
916
+ {
917
+ "kind": "javascript-module",
918
+ "path": "src/layouts/default.ts",
919
+ "declarations": [
920
+ {
921
+ "kind": "variable",
922
+ "name": "loginLayout",
923
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
924
+ },
925
+ {
926
+ "kind": "variable",
927
+ "name": "defaultLayout",
928
+ "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)"
929
+ }
930
+ ],
931
+ "exports": [
932
+ {
933
+ "kind": "js",
934
+ "name": "loginLayout",
935
+ "declaration": {
936
+ "name": "loginLayout",
937
+ "module": "src/layouts/default.ts"
938
+ }
939
+ },
940
+ {
941
+ "kind": "js",
942
+ "name": "defaultLayout",
943
+ "declaration": {
944
+ "name": "defaultLayout",
945
+ "module": "src/layouts/default.ts"
946
+ }
947
+ }
948
+ ]
949
+ },
950
+ {
951
+ "kind": "javascript-module",
952
+ "path": "src/layouts/index.ts",
953
+ "declarations": [],
954
+ "exports": [
955
+ {
956
+ "kind": "js",
957
+ "name": "*",
958
+ "declaration": {
959
+ "name": "*",
960
+ "package": "./default"
961
+ }
962
+ }
963
+ ]
964
+ },
916
965
  {
917
966
  "kind": "javascript-module",
918
967
  "path": "src/list/index.ts",
@@ -1514,55 +1563,6 @@
1514
1563
  }
1515
1564
  ]
1516
1565
  },
1517
- {
1518
- "kind": "javascript-module",
1519
- "path": "src/layouts/default.ts",
1520
- "declarations": [
1521
- {
1522
- "kind": "variable",
1523
- "name": "loginLayout",
1524
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1525
- },
1526
- {
1527
- "kind": "variable",
1528
- "name": "defaultLayout",
1529
- "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)"
1530
- }
1531
- ],
1532
- "exports": [
1533
- {
1534
- "kind": "js",
1535
- "name": "loginLayout",
1536
- "declaration": {
1537
- "name": "loginLayout",
1538
- "module": "src/layouts/default.ts"
1539
- }
1540
- },
1541
- {
1542
- "kind": "js",
1543
- "name": "defaultLayout",
1544
- "declaration": {
1545
- "name": "defaultLayout",
1546
- "module": "src/layouts/default.ts"
1547
- }
1548
- }
1549
- ]
1550
- },
1551
- {
1552
- "kind": "javascript-module",
1553
- "path": "src/layouts/index.ts",
1554
- "declarations": [],
1555
- "exports": [
1556
- {
1557
- "kind": "js",
1558
- "name": "*",
1559
- "declaration": {
1560
- "name": "*",
1561
- "package": "./default"
1562
- }
1563
- }
1564
- ]
1565
- },
1566
1566
  {
1567
1567
  "kind": "javascript-module",
1568
1568
  "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.234.2",
4
+ "version": "14.235.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.234.2",
56
- "@genesislcap/genx": "14.234.2",
57
- "@genesislcap/rollup-builder": "14.234.2",
58
- "@genesislcap/ts-builder": "14.234.2",
59
- "@genesislcap/uvu-playwright-builder": "14.234.2",
60
- "@genesislcap/vite-builder": "14.234.2",
61
- "@genesislcap/webpack-builder": "14.234.2",
55
+ "@genesislcap/foundation-testing": "14.235.0",
56
+ "@genesislcap/genx": "14.235.0",
57
+ "@genesislcap/rollup-builder": "14.235.0",
58
+ "@genesislcap/ts-builder": "14.235.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.235.0",
60
+ "@genesislcap/vite-builder": "14.235.0",
61
+ "@genesislcap/webpack-builder": "14.235.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.234.2",
67
- "@genesislcap/foundation-errors": "14.234.2",
68
- "@genesislcap/foundation-events": "14.234.2",
69
- "@genesislcap/foundation-forms": "14.234.2",
70
- "@genesislcap/foundation-logger": "14.234.2",
71
- "@genesislcap/foundation-login": "14.234.2",
72
- "@genesislcap/foundation-notifications": "14.234.2",
73
- "@genesislcap/foundation-ui": "14.234.2",
74
- "@genesislcap/foundation-utils": "14.234.2",
75
- "@genesislcap/foundation-zero": "14.234.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.234.2",
77
- "@genesislcap/grid-pro": "14.234.2",
66
+ "@genesislcap/foundation-comms": "14.235.0",
67
+ "@genesislcap/foundation-errors": "14.235.0",
68
+ "@genesislcap/foundation-events": "14.235.0",
69
+ "@genesislcap/foundation-forms": "14.235.0",
70
+ "@genesislcap/foundation-logger": "14.235.0",
71
+ "@genesislcap/foundation-login": "14.235.0",
72
+ "@genesislcap/foundation-notifications": "14.235.0",
73
+ "@genesislcap/foundation-ui": "14.235.0",
74
+ "@genesislcap/foundation-utils": "14.235.0",
75
+ "@genesislcap/foundation-zero": "14.235.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.235.0",
77
+ "@genesislcap/grid-pro": "14.235.0",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "d329fd897c731effd5b3fa570b77a5ab1f4b55bb"
94
+ "gitHead": "184d6dd5c5732cf9d206e25b1d94017438e16c40"
95
95
  }