@genesislcap/foundation-entity-management 14.196.1 → 14.197.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.
@@ -919,6 +919,55 @@
919
919
  }
920
920
  ]
921
921
  },
922
+ {
923
+ "kind": "javascript-module",
924
+ "path": "src/layouts/default.ts",
925
+ "declarations": [
926
+ {
927
+ "kind": "variable",
928
+ "name": "loginLayout",
929
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
930
+ },
931
+ {
932
+ "kind": "variable",
933
+ "name": "defaultLayout",
934
+ "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)"
935
+ }
936
+ ],
937
+ "exports": [
938
+ {
939
+ "kind": "js",
940
+ "name": "loginLayout",
941
+ "declaration": {
942
+ "name": "loginLayout",
943
+ "module": "src/layouts/default.ts"
944
+ }
945
+ },
946
+ {
947
+ "kind": "js",
948
+ "name": "defaultLayout",
949
+ "declaration": {
950
+ "name": "defaultLayout",
951
+ "module": "src/layouts/default.ts"
952
+ }
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "kind": "javascript-module",
958
+ "path": "src/layouts/index.ts",
959
+ "declarations": [],
960
+ "exports": [
961
+ {
962
+ "kind": "js",
963
+ "name": "*",
964
+ "declaration": {
965
+ "name": "*",
966
+ "package": "./default"
967
+ }
968
+ }
969
+ ]
970
+ },
922
971
  {
923
972
  "kind": "javascript-module",
924
973
  "path": "src/list/index.ts",
@@ -1382,55 +1431,6 @@
1382
1431
  }
1383
1432
  ]
1384
1433
  },
1385
- {
1386
- "kind": "javascript-module",
1387
- "path": "src/layouts/default.ts",
1388
- "declarations": [
1389
- {
1390
- "kind": "variable",
1391
- "name": "loginLayout",
1392
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1393
- },
1394
- {
1395
- "kind": "variable",
1396
- "name": "defaultLayout",
1397
- "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)"
1398
- }
1399
- ],
1400
- "exports": [
1401
- {
1402
- "kind": "js",
1403
- "name": "loginLayout",
1404
- "declaration": {
1405
- "name": "loginLayout",
1406
- "module": "src/layouts/default.ts"
1407
- }
1408
- },
1409
- {
1410
- "kind": "js",
1411
- "name": "defaultLayout",
1412
- "declaration": {
1413
- "name": "defaultLayout",
1414
- "module": "src/layouts/default.ts"
1415
- }
1416
- }
1417
- ]
1418
- },
1419
- {
1420
- "kind": "javascript-module",
1421
- "path": "src/layouts/index.ts",
1422
- "declarations": [],
1423
- "exports": [
1424
- {
1425
- "kind": "js",
1426
- "name": "*",
1427
- "declaration": {
1428
- "name": "*",
1429
- "package": "./default"
1430
- }
1431
- }
1432
- ]
1433
- },
1434
1434
  {
1435
1435
  "kind": "javascript-module",
1436
1436
  "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.196.1",
4
+ "version": "14.197.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.196.1",
56
- "@genesislcap/genx": "14.196.1",
57
- "@genesislcap/rollup-builder": "14.196.1",
58
- "@genesislcap/ts-builder": "14.196.1",
59
- "@genesislcap/uvu-playwright-builder": "14.196.1",
60
- "@genesislcap/vite-builder": "14.196.1",
61
- "@genesislcap/webpack-builder": "14.196.1",
55
+ "@genesislcap/foundation-testing": "14.197.0",
56
+ "@genesislcap/genx": "14.197.0",
57
+ "@genesislcap/rollup-builder": "14.197.0",
58
+ "@genesislcap/ts-builder": "14.197.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.197.0",
60
+ "@genesislcap/vite-builder": "14.197.0",
61
+ "@genesislcap/webpack-builder": "14.197.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.196.1",
67
- "@genesislcap/foundation-errors": "14.196.1",
68
- "@genesislcap/foundation-events": "14.196.1",
69
- "@genesislcap/foundation-forms": "14.196.1",
70
- "@genesislcap/foundation-logger": "14.196.1",
71
- "@genesislcap/foundation-login": "14.196.1",
72
- "@genesislcap/foundation-notifications": "14.196.1",
73
- "@genesislcap/foundation-ui": "14.196.1",
74
- "@genesislcap/foundation-utils": "14.196.1",
75
- "@genesislcap/foundation-zero": "14.196.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.196.1",
77
- "@genesislcap/grid-pro": "14.196.1",
66
+ "@genesislcap/foundation-comms": "14.197.0",
67
+ "@genesislcap/foundation-errors": "14.197.0",
68
+ "@genesislcap/foundation-events": "14.197.0",
69
+ "@genesislcap/foundation-forms": "14.197.0",
70
+ "@genesislcap/foundation-logger": "14.197.0",
71
+ "@genesislcap/foundation-login": "14.197.0",
72
+ "@genesislcap/foundation-notifications": "14.197.0",
73
+ "@genesislcap/foundation-ui": "14.197.0",
74
+ "@genesislcap/foundation-utils": "14.197.0",
75
+ "@genesislcap/foundation-zero": "14.197.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.197.0",
77
+ "@genesislcap/grid-pro": "14.197.0",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "bb556c4499cbd190f90c76b1d22f0d29e6b500f7"
93
+ "gitHead": "1520d802086369c1ef2feb25e9d06a27b6fd09d4"
94
94
  }