@genesislcap/foundation-entity-management 14.214.2 → 14.214.4

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.
@@ -873,6 +873,55 @@
873
873
  }
874
874
  ]
875
875
  },
876
+ {
877
+ "kind": "javascript-module",
878
+ "path": "src/layouts/default.ts",
879
+ "declarations": [
880
+ {
881
+ "kind": "variable",
882
+ "name": "loginLayout",
883
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
884
+ },
885
+ {
886
+ "kind": "variable",
887
+ "name": "defaultLayout",
888
+ "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)"
889
+ }
890
+ ],
891
+ "exports": [
892
+ {
893
+ "kind": "js",
894
+ "name": "loginLayout",
895
+ "declaration": {
896
+ "name": "loginLayout",
897
+ "module": "src/layouts/default.ts"
898
+ }
899
+ },
900
+ {
901
+ "kind": "js",
902
+ "name": "defaultLayout",
903
+ "declaration": {
904
+ "name": "defaultLayout",
905
+ "module": "src/layouts/default.ts"
906
+ }
907
+ }
908
+ ]
909
+ },
910
+ {
911
+ "kind": "javascript-module",
912
+ "path": "src/layouts/index.ts",
913
+ "declarations": [],
914
+ "exports": [
915
+ {
916
+ "kind": "js",
917
+ "name": "*",
918
+ "declaration": {
919
+ "name": "*",
920
+ "package": "./default"
921
+ }
922
+ }
923
+ ]
924
+ },
876
925
  {
877
926
  "kind": "javascript-module",
878
927
  "path": "src/list/index.ts",
@@ -2511,55 +2560,6 @@
2511
2560
  }
2512
2561
  ]
2513
2562
  },
2514
- {
2515
- "kind": "javascript-module",
2516
- "path": "src/layouts/default.ts",
2517
- "declarations": [
2518
- {
2519
- "kind": "variable",
2520
- "name": "loginLayout",
2521
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2522
- },
2523
- {
2524
- "kind": "variable",
2525
- "name": "defaultLayout",
2526
- "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)"
2527
- }
2528
- ],
2529
- "exports": [
2530
- {
2531
- "kind": "js",
2532
- "name": "loginLayout",
2533
- "declaration": {
2534
- "name": "loginLayout",
2535
- "module": "src/layouts/default.ts"
2536
- }
2537
- },
2538
- {
2539
- "kind": "js",
2540
- "name": "defaultLayout",
2541
- "declaration": {
2542
- "name": "defaultLayout",
2543
- "module": "src/layouts/default.ts"
2544
- }
2545
- }
2546
- ]
2547
- },
2548
- {
2549
- "kind": "javascript-module",
2550
- "path": "src/layouts/index.ts",
2551
- "declarations": [],
2552
- "exports": [
2553
- {
2554
- "kind": "js",
2555
- "name": "*",
2556
- "declaration": {
2557
- "name": "*",
2558
- "package": "./default"
2559
- }
2560
- }
2561
- ]
2562
- },
2563
2563
  {
2564
2564
  "kind": "javascript-module",
2565
2565
  "path": "src/routes/config.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.214.2",
4
+ "version": "14.214.4",
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.214.2",
56
- "@genesislcap/genx": "14.214.2",
57
- "@genesislcap/rollup-builder": "14.214.2",
58
- "@genesislcap/ts-builder": "14.214.2",
59
- "@genesislcap/uvu-playwright-builder": "14.214.2",
60
- "@genesislcap/vite-builder": "14.214.2",
61
- "@genesislcap/webpack-builder": "14.214.2",
55
+ "@genesislcap/foundation-testing": "14.214.4",
56
+ "@genesislcap/genx": "14.214.4",
57
+ "@genesislcap/rollup-builder": "14.214.4",
58
+ "@genesislcap/ts-builder": "14.214.4",
59
+ "@genesislcap/uvu-playwright-builder": "14.214.4",
60
+ "@genesislcap/vite-builder": "14.214.4",
61
+ "@genesislcap/webpack-builder": "14.214.4",
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.214.2",
67
- "@genesislcap/foundation-errors": "14.214.2",
68
- "@genesislcap/foundation-events": "14.214.2",
69
- "@genesislcap/foundation-forms": "14.214.2",
70
- "@genesislcap/foundation-logger": "14.214.2",
71
- "@genesislcap/foundation-login": "14.214.2",
72
- "@genesislcap/foundation-notifications": "14.214.2",
73
- "@genesislcap/foundation-ui": "14.214.2",
74
- "@genesislcap/foundation-utils": "14.214.2",
75
- "@genesislcap/foundation-zero": "14.214.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.214.2",
77
- "@genesislcap/grid-pro": "14.214.2",
66
+ "@genesislcap/foundation-comms": "14.214.4",
67
+ "@genesislcap/foundation-errors": "14.214.4",
68
+ "@genesislcap/foundation-events": "14.214.4",
69
+ "@genesislcap/foundation-forms": "14.214.4",
70
+ "@genesislcap/foundation-logger": "14.214.4",
71
+ "@genesislcap/foundation-login": "14.214.4",
72
+ "@genesislcap/foundation-notifications": "14.214.4",
73
+ "@genesislcap/foundation-ui": "14.214.4",
74
+ "@genesislcap/foundation-utils": "14.214.4",
75
+ "@genesislcap/foundation-zero": "14.214.4",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.214.4",
77
+ "@genesislcap/grid-pro": "14.214.4",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "181b76ca557a8a88be4cff765645d618c37debf3"
94
+ "gitHead": "bf09c1923937329fe6e048704860737f1b92e088"
95
95
  }