@genesislcap/foundation-entity-management 14.194.7 → 14.195.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,55 +919,6 @@
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
- },
971
922
  {
972
923
  "kind": "javascript-module",
973
924
  "path": "src/list/index.ts",
@@ -1431,6 +1382,55 @@
1431
1382
  }
1432
1383
  ]
1433
1384
  },
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.194.7",
4
+ "version": "14.195.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.194.7",
56
- "@genesislcap/genx": "14.194.7",
57
- "@genesislcap/rollup-builder": "14.194.7",
58
- "@genesislcap/ts-builder": "14.194.7",
59
- "@genesislcap/uvu-playwright-builder": "14.194.7",
60
- "@genesislcap/vite-builder": "14.194.7",
61
- "@genesislcap/webpack-builder": "14.194.7",
55
+ "@genesislcap/foundation-testing": "14.195.0",
56
+ "@genesislcap/genx": "14.195.0",
57
+ "@genesislcap/rollup-builder": "14.195.0",
58
+ "@genesislcap/ts-builder": "14.195.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.195.0",
60
+ "@genesislcap/vite-builder": "14.195.0",
61
+ "@genesislcap/webpack-builder": "14.195.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.194.7",
67
- "@genesislcap/foundation-errors": "14.194.7",
68
- "@genesislcap/foundation-events": "14.194.7",
69
- "@genesislcap/foundation-forms": "14.194.7",
70
- "@genesislcap/foundation-logger": "14.194.7",
71
- "@genesislcap/foundation-login": "14.194.7",
72
- "@genesislcap/foundation-notifications": "14.194.7",
73
- "@genesislcap/foundation-ui": "14.194.7",
74
- "@genesislcap/foundation-utils": "14.194.7",
75
- "@genesislcap/foundation-zero": "14.194.7",
76
- "@genesislcap/foundation-zero-grid-pro": "14.194.7",
77
- "@genesislcap/grid-pro": "14.194.7",
66
+ "@genesislcap/foundation-comms": "14.195.0",
67
+ "@genesislcap/foundation-errors": "14.195.0",
68
+ "@genesislcap/foundation-events": "14.195.0",
69
+ "@genesislcap/foundation-forms": "14.195.0",
70
+ "@genesislcap/foundation-logger": "14.195.0",
71
+ "@genesislcap/foundation-login": "14.195.0",
72
+ "@genesislcap/foundation-notifications": "14.195.0",
73
+ "@genesislcap/foundation-ui": "14.195.0",
74
+ "@genesislcap/foundation-utils": "14.195.0",
75
+ "@genesislcap/foundation-zero": "14.195.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.195.0",
77
+ "@genesislcap/grid-pro": "14.195.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": "9bece8f180478f18ff800a049dca7ae6d85229aa"
93
+ "gitHead": "c2f60f537f6443a78be6237f3c4bc0f5f49f0262"
94
94
  }