@genesislcap/foundation-entity-management 14.232.1 → 14.233.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,55 +913,6 @@
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
- },
965
916
  {
966
917
  "kind": "javascript-module",
967
918
  "path": "src/list/index.ts",
@@ -1563,6 +1514,55 @@
1563
1514
  }
1564
1515
  ]
1565
1516
  },
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.232.1",
4
+ "version": "14.233.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.232.1",
56
- "@genesislcap/genx": "14.232.1",
57
- "@genesislcap/rollup-builder": "14.232.1",
58
- "@genesislcap/ts-builder": "14.232.1",
59
- "@genesislcap/uvu-playwright-builder": "14.232.1",
60
- "@genesislcap/vite-builder": "14.232.1",
61
- "@genesislcap/webpack-builder": "14.232.1",
55
+ "@genesislcap/foundation-testing": "14.233.0",
56
+ "@genesislcap/genx": "14.233.0",
57
+ "@genesislcap/rollup-builder": "14.233.0",
58
+ "@genesislcap/ts-builder": "14.233.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.233.0",
60
+ "@genesislcap/vite-builder": "14.233.0",
61
+ "@genesislcap/webpack-builder": "14.233.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.232.1",
67
- "@genesislcap/foundation-errors": "14.232.1",
68
- "@genesislcap/foundation-events": "14.232.1",
69
- "@genesislcap/foundation-forms": "14.232.1",
70
- "@genesislcap/foundation-logger": "14.232.1",
71
- "@genesislcap/foundation-login": "14.232.1",
72
- "@genesislcap/foundation-notifications": "14.232.1",
73
- "@genesislcap/foundation-ui": "14.232.1",
74
- "@genesislcap/foundation-utils": "14.232.1",
75
- "@genesislcap/foundation-zero": "14.232.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.232.1",
77
- "@genesislcap/grid-pro": "14.232.1",
66
+ "@genesislcap/foundation-comms": "14.233.0",
67
+ "@genesislcap/foundation-errors": "14.233.0",
68
+ "@genesislcap/foundation-events": "14.233.0",
69
+ "@genesislcap/foundation-forms": "14.233.0",
70
+ "@genesislcap/foundation-logger": "14.233.0",
71
+ "@genesislcap/foundation-login": "14.233.0",
72
+ "@genesislcap/foundation-notifications": "14.233.0",
73
+ "@genesislcap/foundation-ui": "14.233.0",
74
+ "@genesislcap/foundation-utils": "14.233.0",
75
+ "@genesislcap/foundation-zero": "14.233.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.233.0",
77
+ "@genesislcap/grid-pro": "14.233.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": "a9e20ce88dbb5e31037cae98e44a86eb0525544b"
94
+ "gitHead": "75bb6ef14a2e732337af5e0498ebf6ce2a1aa980"
95
95
  }