@genesislcap/foundation-entity-management 14.274.0 → 14.274.1

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.
@@ -73,41 +73,6 @@
73
73
  }
74
74
  ]
75
75
  },
76
- {
77
- "kind": "javascript-module",
78
- "path": "src/components/components.ts",
79
- "declarations": [
80
- {
81
- "kind": "function",
82
- "name": "loadRemotes"
83
- }
84
- ],
85
- "exports": [
86
- {
87
- "kind": "js",
88
- "name": "loadRemotes",
89
- "declaration": {
90
- "name": "loadRemotes",
91
- "module": "src/components/components.ts"
92
- }
93
- }
94
- ]
95
- },
96
- {
97
- "kind": "javascript-module",
98
- "path": "src/components/index.ts",
99
- "declarations": [],
100
- "exports": [
101
- {
102
- "kind": "js",
103
- "name": "*",
104
- "declaration": {
105
- "name": "*",
106
- "package": "./components"
107
- }
108
- }
109
- ]
110
- },
111
76
  {
112
77
  "kind": "javascript-module",
113
78
  "path": "src/entities/entities.styles.ts",
@@ -2013,6 +1978,41 @@
2013
1978
  }
2014
1979
  ]
2015
1980
  },
1981
+ {
1982
+ "kind": "javascript-module",
1983
+ "path": "src/components/components.ts",
1984
+ "declarations": [
1985
+ {
1986
+ "kind": "function",
1987
+ "name": "loadRemotes"
1988
+ }
1989
+ ],
1990
+ "exports": [
1991
+ {
1992
+ "kind": "js",
1993
+ "name": "loadRemotes",
1994
+ "declaration": {
1995
+ "name": "loadRemotes",
1996
+ "module": "src/components/components.ts"
1997
+ }
1998
+ }
1999
+ ]
2000
+ },
2001
+ {
2002
+ "kind": "javascript-module",
2003
+ "path": "src/components/index.ts",
2004
+ "declarations": [],
2005
+ "exports": [
2006
+ {
2007
+ "kind": "js",
2008
+ "name": "*",
2009
+ "declaration": {
2010
+ "name": "*",
2011
+ "package": "./components"
2012
+ }
2013
+ }
2014
+ ]
2015
+ },
2016
2016
  {
2017
2017
  "kind": "javascript-module",
2018
2018
  "path": "src/list/index.ts",
@@ -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",
@@ -2837,6 +2788,55 @@
2837
2788
  }
2838
2789
  ]
2839
2790
  },
2791
+ {
2792
+ "kind": "javascript-module",
2793
+ "path": "src/layouts/default.ts",
2794
+ "declarations": [
2795
+ {
2796
+ "kind": "variable",
2797
+ "name": "loginLayout",
2798
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2799
+ },
2800
+ {
2801
+ "kind": "variable",
2802
+ "name": "defaultLayout",
2803
+ "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)"
2804
+ }
2805
+ ],
2806
+ "exports": [
2807
+ {
2808
+ "kind": "js",
2809
+ "name": "loginLayout",
2810
+ "declaration": {
2811
+ "name": "loginLayout",
2812
+ "module": "src/layouts/default.ts"
2813
+ }
2814
+ },
2815
+ {
2816
+ "kind": "js",
2817
+ "name": "defaultLayout",
2818
+ "declaration": {
2819
+ "name": "defaultLayout",
2820
+ "module": "src/layouts/default.ts"
2821
+ }
2822
+ }
2823
+ ]
2824
+ },
2825
+ {
2826
+ "kind": "javascript-module",
2827
+ "path": "src/layouts/index.ts",
2828
+ "declarations": [],
2829
+ "exports": [
2830
+ {
2831
+ "kind": "js",
2832
+ "name": "*",
2833
+ "declaration": {
2834
+ "name": "*",
2835
+ "package": "./default"
2836
+ }
2837
+ }
2838
+ ]
2839
+ },
2840
2840
  {
2841
2841
  "kind": "javascript-module",
2842
2842
  "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.274.0",
4
+ "version": "14.274.1",
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.274.0",
56
- "@genesislcap/genx": "14.274.0",
57
- "@genesislcap/rollup-builder": "14.274.0",
58
- "@genesislcap/ts-builder": "14.274.0",
59
- "@genesislcap/uvu-playwright-builder": "14.274.0",
60
- "@genesislcap/vite-builder": "14.274.0",
61
- "@genesislcap/webpack-builder": "14.274.0",
55
+ "@genesislcap/foundation-testing": "14.274.1",
56
+ "@genesislcap/genx": "14.274.1",
57
+ "@genesislcap/rollup-builder": "14.274.1",
58
+ "@genesislcap/ts-builder": "14.274.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.274.1",
60
+ "@genesislcap/vite-builder": "14.274.1",
61
+ "@genesislcap/webpack-builder": "14.274.1",
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.274.0",
67
- "@genesislcap/foundation-errors": "14.274.0",
68
- "@genesislcap/foundation-events": "14.274.0",
69
- "@genesislcap/foundation-forms": "14.274.0",
70
- "@genesislcap/foundation-logger": "14.274.0",
71
- "@genesislcap/foundation-login": "14.274.0",
72
- "@genesislcap/foundation-notifications": "14.274.0",
73
- "@genesislcap/foundation-ui": "14.274.0",
74
- "@genesislcap/foundation-utils": "14.274.0",
75
- "@genesislcap/foundation-zero": "14.274.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.274.0",
77
- "@genesislcap/grid-pro": "14.274.0",
66
+ "@genesislcap/foundation-comms": "14.274.1",
67
+ "@genesislcap/foundation-errors": "14.274.1",
68
+ "@genesislcap/foundation-events": "14.274.1",
69
+ "@genesislcap/foundation-forms": "14.274.1",
70
+ "@genesislcap/foundation-logger": "14.274.1",
71
+ "@genesislcap/foundation-login": "14.274.1",
72
+ "@genesislcap/foundation-notifications": "14.274.1",
73
+ "@genesislcap/foundation-ui": "14.274.1",
74
+ "@genesislcap/foundation-utils": "14.274.1",
75
+ "@genesislcap/foundation-zero": "14.274.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.274.1",
77
+ "@genesislcap/grid-pro": "14.274.1",
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": "d8e62a0e949ea0d8c4d97663e0987099778f9c5a"
94
+ "gitHead": "a4925dc9d6c9da09f282cc5255ade13937cba2cd"
95
95
  }