@genesislcap/foundation-entity-management 14.301.0 → 14.302.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.
@@ -2684,6 +2684,55 @@
2684
2684
  }
2685
2685
  ]
2686
2686
  },
2687
+ {
2688
+ "kind": "javascript-module",
2689
+ "path": "src/layouts/default.ts",
2690
+ "declarations": [
2691
+ {
2692
+ "kind": "variable",
2693
+ "name": "loginLayout",
2694
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2695
+ },
2696
+ {
2697
+ "kind": "variable",
2698
+ "name": "defaultLayout",
2699
+ "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)"
2700
+ }
2701
+ ],
2702
+ "exports": [
2703
+ {
2704
+ "kind": "js",
2705
+ "name": "loginLayout",
2706
+ "declaration": {
2707
+ "name": "loginLayout",
2708
+ "module": "src/layouts/default.ts"
2709
+ }
2710
+ },
2711
+ {
2712
+ "kind": "js",
2713
+ "name": "defaultLayout",
2714
+ "declaration": {
2715
+ "name": "defaultLayout",
2716
+ "module": "src/layouts/default.ts"
2717
+ }
2718
+ }
2719
+ ]
2720
+ },
2721
+ {
2722
+ "kind": "javascript-module",
2723
+ "path": "src/layouts/index.ts",
2724
+ "declarations": [],
2725
+ "exports": [
2726
+ {
2727
+ "kind": "js",
2728
+ "name": "*",
2729
+ "declaration": {
2730
+ "name": "*",
2731
+ "package": "./default"
2732
+ }
2733
+ }
2734
+ ]
2735
+ },
2687
2736
  {
2688
2737
  "kind": "javascript-module",
2689
2738
  "path": "src/main/index.ts",
@@ -2829,55 +2878,6 @@
2829
2878
  }
2830
2879
  ]
2831
2880
  },
2832
- {
2833
- "kind": "javascript-module",
2834
- "path": "src/layouts/default.ts",
2835
- "declarations": [
2836
- {
2837
- "kind": "variable",
2838
- "name": "loginLayout",
2839
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2840
- },
2841
- {
2842
- "kind": "variable",
2843
- "name": "defaultLayout",
2844
- "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)"
2845
- }
2846
- ],
2847
- "exports": [
2848
- {
2849
- "kind": "js",
2850
- "name": "loginLayout",
2851
- "declaration": {
2852
- "name": "loginLayout",
2853
- "module": "src/layouts/default.ts"
2854
- }
2855
- },
2856
- {
2857
- "kind": "js",
2858
- "name": "defaultLayout",
2859
- "declaration": {
2860
- "name": "defaultLayout",
2861
- "module": "src/layouts/default.ts"
2862
- }
2863
- }
2864
- ]
2865
- },
2866
- {
2867
- "kind": "javascript-module",
2868
- "path": "src/layouts/index.ts",
2869
- "declarations": [],
2870
- "exports": [
2871
- {
2872
- "kind": "js",
2873
- "name": "*",
2874
- "declaration": {
2875
- "name": "*",
2876
- "package": "./default"
2877
- }
2878
- }
2879
- ]
2880
- },
2881
2881
  {
2882
2882
  "kind": "javascript-module",
2883
2883
  "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.301.0",
4
+ "version": "14.302.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.301.0",
56
- "@genesislcap/genx": "14.301.0",
57
- "@genesislcap/rollup-builder": "14.301.0",
58
- "@genesislcap/ts-builder": "14.301.0",
59
- "@genesislcap/uvu-playwright-builder": "14.301.0",
60
- "@genesislcap/vite-builder": "14.301.0",
61
- "@genesislcap/webpack-builder": "14.301.0",
55
+ "@genesislcap/foundation-testing": "14.302.0",
56
+ "@genesislcap/genx": "14.302.0",
57
+ "@genesislcap/rollup-builder": "14.302.0",
58
+ "@genesislcap/ts-builder": "14.302.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.302.0",
60
+ "@genesislcap/vite-builder": "14.302.0",
61
+ "@genesislcap/webpack-builder": "14.302.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.301.0",
67
- "@genesislcap/foundation-errors": "14.301.0",
68
- "@genesislcap/foundation-events": "14.301.0",
69
- "@genesislcap/foundation-forms": "14.301.0",
70
- "@genesislcap/foundation-logger": "14.301.0",
71
- "@genesislcap/foundation-login": "14.301.0",
72
- "@genesislcap/foundation-notifications": "14.301.0",
73
- "@genesislcap/foundation-ui": "14.301.0",
74
- "@genesislcap/foundation-utils": "14.301.0",
75
- "@genesislcap/foundation-zero": "14.301.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.301.0",
77
- "@genesislcap/grid-pro": "14.301.0",
66
+ "@genesislcap/foundation-comms": "14.302.0",
67
+ "@genesislcap/foundation-errors": "14.302.0",
68
+ "@genesislcap/foundation-events": "14.302.0",
69
+ "@genesislcap/foundation-forms": "14.302.0",
70
+ "@genesislcap/foundation-logger": "14.302.0",
71
+ "@genesislcap/foundation-login": "14.302.0",
72
+ "@genesislcap/foundation-notifications": "14.302.0",
73
+ "@genesislcap/foundation-ui": "14.302.0",
74
+ "@genesislcap/foundation-utils": "14.302.0",
75
+ "@genesislcap/foundation-zero": "14.302.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.302.0",
77
+ "@genesislcap/grid-pro": "14.302.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": "f4ee6d1554e5c85fa0247cb47bde1048ae108e81"
94
+ "gitHead": "f52f52aa356a14a591ce6a1551f0c0391781d3f9"
95
95
  }