@genesislcap/foundation-entity-management 14.285.0 → 14.286.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.
@@ -2643,55 +2643,6 @@
2643
2643
  }
2644
2644
  ]
2645
2645
  },
2646
- {
2647
- "kind": "javascript-module",
2648
- "path": "src/layouts/default.ts",
2649
- "declarations": [
2650
- {
2651
- "kind": "variable",
2652
- "name": "loginLayout",
2653
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2654
- },
2655
- {
2656
- "kind": "variable",
2657
- "name": "defaultLayout",
2658
- "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)"
2659
- }
2660
- ],
2661
- "exports": [
2662
- {
2663
- "kind": "js",
2664
- "name": "loginLayout",
2665
- "declaration": {
2666
- "name": "loginLayout",
2667
- "module": "src/layouts/default.ts"
2668
- }
2669
- },
2670
- {
2671
- "kind": "js",
2672
- "name": "defaultLayout",
2673
- "declaration": {
2674
- "name": "defaultLayout",
2675
- "module": "src/layouts/default.ts"
2676
- }
2677
- }
2678
- ]
2679
- },
2680
- {
2681
- "kind": "javascript-module",
2682
- "path": "src/layouts/index.ts",
2683
- "declarations": [],
2684
- "exports": [
2685
- {
2686
- "kind": "js",
2687
- "name": "*",
2688
- "declaration": {
2689
- "name": "*",
2690
- "package": "./default"
2691
- }
2692
- }
2693
- ]
2694
- },
2695
2646
  {
2696
2647
  "kind": "javascript-module",
2697
2648
  "path": "src/main/index.ts",
@@ -2858,6 +2809,55 @@
2858
2809
  }
2859
2810
  ]
2860
2811
  },
2812
+ {
2813
+ "kind": "javascript-module",
2814
+ "path": "src/layouts/default.ts",
2815
+ "declarations": [
2816
+ {
2817
+ "kind": "variable",
2818
+ "name": "loginLayout",
2819
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2820
+ },
2821
+ {
2822
+ "kind": "variable",
2823
+ "name": "defaultLayout",
2824
+ "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)"
2825
+ }
2826
+ ],
2827
+ "exports": [
2828
+ {
2829
+ "kind": "js",
2830
+ "name": "loginLayout",
2831
+ "declaration": {
2832
+ "name": "loginLayout",
2833
+ "module": "src/layouts/default.ts"
2834
+ }
2835
+ },
2836
+ {
2837
+ "kind": "js",
2838
+ "name": "defaultLayout",
2839
+ "declaration": {
2840
+ "name": "defaultLayout",
2841
+ "module": "src/layouts/default.ts"
2842
+ }
2843
+ }
2844
+ ]
2845
+ },
2846
+ {
2847
+ "kind": "javascript-module",
2848
+ "path": "src/layouts/index.ts",
2849
+ "declarations": [],
2850
+ "exports": [
2851
+ {
2852
+ "kind": "js",
2853
+ "name": "*",
2854
+ "declaration": {
2855
+ "name": "*",
2856
+ "package": "./default"
2857
+ }
2858
+ }
2859
+ ]
2860
+ },
2861
2861
  {
2862
2862
  "kind": "javascript-module",
2863
2863
  "path": "src/utils/formatting.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.285.0",
4
+ "version": "14.286.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.285.0",
56
- "@genesislcap/genx": "14.285.0",
57
- "@genesislcap/rollup-builder": "14.285.0",
58
- "@genesislcap/ts-builder": "14.285.0",
59
- "@genesislcap/uvu-playwright-builder": "14.285.0",
60
- "@genesislcap/vite-builder": "14.285.0",
61
- "@genesislcap/webpack-builder": "14.285.0",
55
+ "@genesislcap/foundation-testing": "14.286.0",
56
+ "@genesislcap/genx": "14.286.0",
57
+ "@genesislcap/rollup-builder": "14.286.0",
58
+ "@genesislcap/ts-builder": "14.286.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.286.0",
60
+ "@genesislcap/vite-builder": "14.286.0",
61
+ "@genesislcap/webpack-builder": "14.286.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.285.0",
67
- "@genesislcap/foundation-errors": "14.285.0",
68
- "@genesislcap/foundation-events": "14.285.0",
69
- "@genesislcap/foundation-forms": "14.285.0",
70
- "@genesislcap/foundation-logger": "14.285.0",
71
- "@genesislcap/foundation-login": "14.285.0",
72
- "@genesislcap/foundation-notifications": "14.285.0",
73
- "@genesislcap/foundation-ui": "14.285.0",
74
- "@genesislcap/foundation-utils": "14.285.0",
75
- "@genesislcap/foundation-zero": "14.285.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.285.0",
77
- "@genesislcap/grid-pro": "14.285.0",
66
+ "@genesislcap/foundation-comms": "14.286.0",
67
+ "@genesislcap/foundation-errors": "14.286.0",
68
+ "@genesislcap/foundation-events": "14.286.0",
69
+ "@genesislcap/foundation-forms": "14.286.0",
70
+ "@genesislcap/foundation-logger": "14.286.0",
71
+ "@genesislcap/foundation-login": "14.286.0",
72
+ "@genesislcap/foundation-notifications": "14.286.0",
73
+ "@genesislcap/foundation-ui": "14.286.0",
74
+ "@genesislcap/foundation-utils": "14.286.0",
75
+ "@genesislcap/foundation-zero": "14.286.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.286.0",
77
+ "@genesislcap/grid-pro": "14.286.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": "45006991dfd619837fe3093077405efeb710c5cd"
94
+ "gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
95
95
  }